From 2f14ef923501cf75e01ceb418ff9e4a1d51328f3 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Tue, 25 May 2021 13:10:54 +0200 Subject: [PATCH] Chore: Remove console.log() from AngularApp (#34641) --- public/app/angular/AngularApp.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/app/angular/AngularApp.ts b/public/app/angular/AngularApp.ts index ae938be493e..ffa585766dc 100644 --- a/public/app/angular/AngularApp.ts +++ b/public/app/angular/AngularApp.ts @@ -107,8 +107,6 @@ export class AngularApp { monkeyPatchInjectorWithPreAssignedBindings(injector); - console.log('Angular app bootstrap'); - injector.invoke(() => { this.preBootModules.forEach((module) => { extend(module, this.registerFunctions);