Browse Source

web-ui: Remove console.log

prometheus-integration
Alexis Hernandez 6 years ago
parent
commit
2ca745c6e8
  1. 1
      web-ui/src/app/app.component.ts

1
web-ui/src/app/app.component.ts

@ -41,7 +41,6 @@ export class AppComponent implements OnInit {
}).subscribe((x: any) => {
const dirtyUrl: string = x.url || '';
const url = this.removeQueryParams(dirtyUrl);
console.log('reporting: ' + url);
(<any>window).gtag('config', environment.gtag.id, { 'page_path': url });
});
}

Loading…
Cancel
Save