1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 12:14:18 +00:00

Remove leftover console.log

This commit is contained in:
Volpeon
2024-01-03 16:26:38 +01:00
parent 8e9bf67d9a
commit 9e089da2ed

View File

@@ -550,7 +550,6 @@ let restoring = false;
window.setInterval(() => {
if (!restoring) {
console.log('#########', window.history.state);
scrollPosStore.set(window.history.state?.key, window.scrollY);
}
}, 1000);