From 33962d8ca379e4dd021e76915ced74e42fd743dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eudes=20In=C3=A1cio?= Date: Wed, 24 Nov 2021 14:53:36 +0100 Subject: [PATCH] Remove sqlite method from app component --- src/app/app.component.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 446c2fd4e..556bf0c3d 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -60,16 +60,6 @@ export class AppComponent { console.log('Orientation locked') } - if (this.platform.is('desktop') || this.platform.is('mobileweb')) { - - } else { - try { - this.sqliteservice.databaseConn(); - } catch (error) { - console.log("Error creating local database: ", error) - } - } - this.storageservice.get('networkCheckStore').then((network) => { if(network === 'online') { console.log('Network app componente check', network)