Project

General

Profile

« Previous | Next » 

Revision 54775

[trunk]: Remove unnecessary logs from library.

View differences:

dataset.component.ts
78 78
          this.updateDescription("");
79 79

  
80 80
            this.datasetId = params['datasetId'];
81
             console.info("Id is :"+this.datasetId);
82 81

  
83 82
             if(this.datasetId){
84 83
                this.getDatasetInfo(this.datasetId);
......
154 153
            },
155 154
            err => {
156 155
                console.log(err)
157
                console.info("error");
158 156

  
159 157
                this.errorMessage = 'No research data found';
160 158
                this.showLoading = false;

Also available in: Unified diff