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);