Remove console.log from testing
This commit is contained in:
parent
61d4afc22c
commit
b34e4b5d83
@ -356,7 +356,6 @@ class SQLiteBackup {
|
||||
await db.backup(backupPath);
|
||||
return;
|
||||
case "sqlite3":
|
||||
console.info("Using node-sqlite3");
|
||||
await this._backupUsingSQLite3Package(dbDriver.driver, this.databasePath, backupPath);
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user