Skip to content

Commit 13dd065

Browse files
committed
Remove wait and debugger
1 parent a28c964 commit 13dd065

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

app/js/background/storages.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1654,10 +1654,6 @@ export namespace Storages {
16541654
export function loadStorages() {
16551655
return new Promise<void>(async (resolve) => {
16561656
window.info('Loading sync storage data');
1657-
await new Promise((resolve) => {
1658-
setTimeout(resolve, 60000);
1659-
});
1660-
debugger;
16611657
const storageSync: {
16621658
[key: string]: string
16631659
} & {
@@ -2098,4 +2094,4 @@ window.open(url.replace(/%s/g,query), \'_blank\');
20982094
});
20992095
}
21002096
}
2101-
}
2097+
}

0 commit comments

Comments
 (0)