Project

General

Profile

« Previous | Next » 

Revision 54781

[trunk]: Connect: Remove unnecessary logs

View differences:

htmlPage.service.ts
11 11
    constructor(private http: Http) {}
12 12

  
13 13
    getHtmlContent (router: string, properties:EnvProperties, communityId:string ):any {
14
        console.info("get router html content for : "+router);
14
        //console.info("get router html content for : "+router);
15 15

  
16 16
        let url = properties.adminToolsAPIURL + '/htmlpagecontent?community='+communityId+'&page='+router;
17 17

  

Also available in: Unified diff