From 6b2a3e4b895ad56efc1670c76268697be13bb0cd Mon Sep 17 00:00:00 2001 From: tidusjar Date: Fri, 1 Dec 2017 16:08:41 +0000 Subject: [PATCH] Remove debug code --- src/Ombi/ClientApp/app/app.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Ombi/ClientApp/app/app.component.ts b/src/Ombi/ClientApp/app/app.component.ts index b8f5d5830..1c69d6c6c 100644 --- a/src/Ombi/ClientApp/app/app.component.ts +++ b/src/Ombi/ClientApp/app/app.component.ts @@ -42,7 +42,6 @@ export class AppComponent implements OnInit { this.settingsService.getCustomization().subscribe(x => this.customizationSettings = x); this.router.events.subscribe((event: NavigationStart) => { - console.log(event.url); this.currentUrl = event.url; if (event instanceof NavigationStart) { this.user = this.authService.claims();