docs(): remove all prodMode references

This commit is contained in:
Manu Mtz.-Almeida
2016-10-07 15:43:39 +02:00
parent 600056cf17
commit e2a6f2bbec
6 changed files with 5 additions and 17 deletions

View File

@ -12,8 +12,6 @@ export class E2EPage {
constructor(config: Config) { constructor(config: Config) {
this.duration = '1000'; this.duration = '1000';
this.easing = 'ease-in-out'; this.easing = 'ease-in-out';
console.log('isProd', config.getBoolean('prodMode'));
} }
playGreen() { playGreen() {

View File

@ -60,9 +60,7 @@ export class E2EApp {
E2EPage E2EPage
], ],
imports: [ imports: [
IonicModule.forRoot(E2EApp, { IonicModule.forRoot(E2EApp)
prodMode: true
})
], ],
bootstrap: [IonicApp], bootstrap: [IonicApp],
entryComponents: [ entryComponents: [

View File

@ -41,9 +41,7 @@ export class E2EApp {
E2EPage E2EPage
], ],
imports: [ imports: [
IonicModule.forRoot(E2EApp, { IonicModule.forRoot(E2EApp)
prodMode: true
})
], ],
bootstrap: [IonicApp], bootstrap: [IonicApp],
entryComponents: [ entryComponents: [

View File

@ -87,9 +87,7 @@ export class E2EApp {
E2EPage E2EPage
], ],
imports: [ imports: [
IonicModule.forRoot(E2EApp, { IonicModule.forRoot(E2EApp)
prodMode: true
})
], ],
bootstrap: [IonicApp], bootstrap: [IonicApp],
entryComponents: [ entryComponents: [

View File

@ -60,9 +60,7 @@ export class E2EApp {
E2EPage E2EPage
], ],
imports: [ imports: [
IonicModule.forRoot(E2EApp, { IonicModule.forRoot(E2EApp)
prodMode: true
})
], ],
bootstrap: [IonicApp], bootstrap: [IonicApp],
entryComponents: [ entryComponents: [

View File

@ -45,9 +45,7 @@ export class E2EApp {
E2EPage E2EPage
], ],
imports: [ imports: [
IonicModule.forRoot(E2EApp, { IonicModule.forRoot(E2EApp)
prodMode: true
})
], ],
bootstrap: [IonicApp], bootstrap: [IonicApp],
entryComponents: [ entryComponents: [