Skip to content

Commit

Permalink
web-ui: Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexITC committed Dec 15, 2018
1 parent 9a832c5 commit 2ca745c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web-ui/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
});
}
Expand Down

0 comments on commit 2ca745c

Please sign in to comment.