mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(demos): remove debugger statement
This commit is contained in:
@@ -14,7 +14,6 @@ class DemoApp {
|
||||
androidAttribute: any;
|
||||
|
||||
constructor(app: IonicApp, platform: Platform) {
|
||||
debugger;
|
||||
this.app = app;
|
||||
this.platform = platform;
|
||||
this.androidAttribute = helpers.AndroidAttribute;
|
||||
|
||||
Reference in New Issue
Block a user