From 3003c73890c5d090584caa10592ddaea2910430c Mon Sep 17 00:00:00 2001 From: Drew Rygh Date: Wed, 4 Nov 2015 16:06:11 -0600 Subject: [PATCH] fix(demos): remove debugger statement --- demos/component-docs/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/demos/component-docs/index.ts b/demos/component-docs/index.ts index 38b558645e..fbc884d085 100644 --- a/demos/component-docs/index.ts +++ b/demos/component-docs/index.ts @@ -14,7 +14,6 @@ class DemoApp { androidAttribute: any; constructor(app: IonicApp, platform: Platform) { - debugger; this.app = app; this.platform = platform; this.androidAttribute = helpers.AndroidAttribute;