Remove debug code

pull/1805/head
tidusjar 7 years ago
parent 7d3495f805
commit 6b2a3e4b89

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

Loading…
Cancel
Save