Remove debug code

This commit is contained in:
tidusjar 2017-12-01 16:08:41 +00:00
commit 6b2a3e4b89

View file

@ -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();