Migrate from window.console to LogService

This commit is contained in:
Denys Vuika
2017-01-05 21:06:30 +00:00
parent 2d98a04f87
commit d42f41ec00
106 changed files with 1177 additions and 1171 deletions

View File

@@ -111,11 +111,4 @@ export class WidgetComponent implements AfterViewInit {
}
return null;
}
protected handleError(error: any) {
if (error) {
console.log(error);
}
}
}