mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-19 04:59:33 +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) {
|
private async migrateData(data: BackupDataItem[], version: number) {
|
||||||
console.log(data);
|
|
||||||
await this.db.transaction(async () => {
|
await this.db.transaction(async () => {
|
||||||
for (let item of data) {
|
for (let item of data) {
|
||||||
// we do not want to restore deleted items
|
// we do not want to restore deleted items
|
||||||
|
|||||||
Reference in New Issue
Block a user