From e4fe8d496e3b36fafc7cb16ca15b782b57f2dc46 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Fri, 28 Aug 2015 15:54:04 -0500 Subject: [PATCH] Aside fixed --- ionic/components/aside/aside.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ionic/components/aside/aside.ts b/ionic/components/aside/aside.ts index a8f0b3d328..89c1dc4472 100644 --- a/ionic/components/aside/aside.ts +++ b/ionic/components/aside/aside.ts @@ -57,7 +57,6 @@ export class Aside extends Ion { //this.animation = new Animation(element.querySelector('backdrop')); let finishChanging = util.debounce(() => { - console.log('FINISH'); this.setChanging(false); });