:derp: console.log

This commit is contained in:
Max Lynch
2015-09-30 17:29:45 -05:00
parent bb74cdc717
commit 2f446f182f

View File

@ -86,7 +86,6 @@ export class IonicApp {
* @param {Object} appRef TODO
*/
load(appRef) {
console.log('App ref', appRef);
this.ref(appRef);
this._zone = appRef.injector.get(NgZone);
}