mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Remove debug code
This commit is contained in:
parent
7d3495f805
commit
6b2a3e4b89
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue