Skip to content

Commit

Permalink
perf(polish): removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Oct 28, 2018
1 parent 4f8454d commit 12bde29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/core/src/lib/services/page-title.service.ts
Expand Up @@ -19,7 +19,6 @@ export class PageTitleService {

// Automatically set pageTitle from router state data
store.select<any>(RouterState.state).subscribe((routerStateData: RouterStateData) => {
console.log(routerStateData);
bodyTitle.setTitle(
`${Array.from(routerStateData.breadcrumbs.keys())
.reverse()
Expand Down

0 comments on commit 12bde29

Please sign in to comment.