Skip to content

Commit 65337ec

Browse files
authored
Merge pull request #405 from thedjdoorn/402-remove-console-logs
removed useless logs
2 parents 879ad91 + 4b1ee4d commit 65337ec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

angular/src/app-init.ts

-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ let didInitialize = false;
66

77
export function appInit(doc: Document, zone: NgZone) {
88
return async function () {
9-
console.log('init');
109

1110
const win: any = doc.defaultView as any;
1211

13-
console.log('Initializing');
1412

1513
if (!win || didInitialize) {
1614
return;

0 commit comments

Comments
 (0)