fix(angular): remove rogue console debug message (#16530)

Fixes #16529
This commit is contained in:
Steve Kennedy
2018-12-11 02:46:14 -06:00
committed by Manu MA
parent d69427eac0
commit 9a47fc4de0

View File

@ -83,7 +83,6 @@ export class NavController {
if (this.direction === 'auto') { if (this.direction === 'auto') {
direction = this.guessDirection; direction = this.guessDirection;
animated = this.guessAnimation; animated = this.guessAnimation;
console.debug('[nav-controller] guessed nav direction', direction, 'animated', animated);
} else { } else {
animated = this.animated; animated = this.animated;
direction = this.direction; direction = this.direction;