mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-17 04:07:51 +01:00
core: remove unnecessary console.log
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user