mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Migrate from window.console to LogService
This commit is contained in:
@@ -111,11 +111,4 @@ export class WidgetComponent implements AfterViewInit {
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
protected handleError(error: any) {
|
||||
if (error) {
|
||||
console.log(error);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user