diff --git a/src/app/pages/home.page/home.page.component.ts b/src/app/pages/home.page/home.page.component.ts index ee3941d..6c1c954 100644 --- a/src/app/pages/home.page/home.page.component.ts +++ b/src/app/pages/home.page/home.page.component.ts @@ -305,7 +305,7 @@ export class HomePageComponent implements OnInit { async SQL(sqlStr: string, isAuthenticated: boolean = false) { await promiseWait(100); if (!sqlStr) { - this.alertService.error('ERROR: SQL query is empty!') + // this.alertService.error('ERROR: SQL query is empty!') return false; } if (!isAuthenticated) {