Skip to content

Commit abed207

Browse files
committed
Remove consol.log()
1 parent c2dd7d6 commit abed207

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/angular-app/bellows/core/navbar.controller.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,10 @@ export class NavbarController implements angular.IController {
8484
});
8585
this.$scope.$on('$locationChangeStart', (event, next, current) => {
8686
if (current.includes('/lexicon') && !current.includes('/new-project')) {
87-
console.log(`Current Path ${location.pathname}`);
8887
this.showShareButton = true;
8988
}else{
9089
this.showShareButton = false;
9190
}
92-
console.log(`location pathname: ${location.pathname}, next: ${next}, current: ${current}`);
9391
})
9492
}
9593

0 commit comments

Comments
 (0)