diff --git a/core/src/utils/config.ts b/core/src/utils/config.ts index bd2a78e5eb..7932fde423 100644 --- a/core/src/utils/config.ts +++ b/core/src/utils/config.ts @@ -201,7 +201,6 @@ export const setupConfig = (config: IonicConfig) => { const win = window as any; const Ionic = win.Ionic; if (Ionic && Ionic.config && Ionic.config.constructor.name !== 'Object') { - console.error('ionic config was already initialized'); return; } win.Ionic = win.Ionic || {};