core: remove unnecessary console.log

This commit is contained in:
Abdullah Atta
2023-12-26 16:02:27 +05:00
parent b37853866f
commit 0fcab638a3

View File

@@ -344,7 +344,6 @@ export default class Backup {
}
private async migrateData(data: BackupDataItem[], version: number) {
console.log(data);
await this.db.transaction(async () => {
for (let item of data) {
// we do not want to restore deleted items