diff --git a/src/App.svelte b/src/App.svelte index 1720d50..be891ee 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -16,7 +16,6 @@ }; if (window.location.hash !== "") { - debugger; cards = JSON.parse(LZString.decompressFromEncodedURIComponent(window.location.hash.substring(1))); } else { cards = [{id: 0, ...mhp}];