From 067179d1cc0ae20a285a5fce15295149b838d765 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Fri, 28 Aug 2015 15:54:57 -0500 Subject: [PATCH] Aside fix --- ionic/components/app/app.ts | 2 -- ionic/components/aside/aside.ts | 1 - 2 files changed, 3 deletions(-) diff --git a/ionic/components/app/app.ts b/ionic/components/app/app.ts index 3514329347..50b23b1f35 100644 --- a/ionic/components/app/app.ts +++ b/ionic/components/app/app.ts @@ -90,8 +90,6 @@ export class IonicApp { */ register(key, component) { this.components[key] = component; - console.log('Registered', key, component); - // TODO(mlynch): We need to track the lifecycle of this component to remove it onDehydrate } /** diff --git a/ionic/components/aside/aside.ts b/ionic/components/aside/aside.ts index 89c1dc4472..3c741e6e03 100644 --- a/ionic/components/aside/aside.ts +++ b/ionic/components/aside/aside.ts @@ -133,7 +133,6 @@ export class Aside extends Ion { * @param {boolean} isChanging TODO */ setChanging(isChanging) { - console.log('Set changing', isChanging, this.isChanging); // Stop any last changing end operations clearTimeout(this.setChangeTimeout);