fix after the review

This commit is contained in:
mauriziovitale84
2016-10-13 10:40:30 +01:00
parent 72e33756fb
commit 2d28db0383
3 changed files with 31 additions and 84 deletions

View File

@@ -71,8 +71,7 @@ export class AnalyticsReportListComponent implements OnInit {
(err: any) => {
this.onError.emit(err);
console.log(err);
},
() => console.log('Reports loaded')
}
);
}