Remove sqlite method from app component

This commit is contained in:
Eudes Inácio
2021-11-24 14:53:36 +01:00
parent 9962e22d25
commit 33962d8ca3
-10
View File
@@ -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)