fix(demos): remove debugger statement

This commit is contained in:
Drew Rygh
2015-11-04 16:06:11 -06:00
parent d5d05a267f
commit 3003c73890

View File

@ -14,7 +14,6 @@ class DemoApp {
androidAttribute: any;
constructor(app: IonicApp, platform: Platform) {
debugger;
this.app = app;
this.platform = platform;
this.androidAttribute = helpers.AndroidAttribute;