From 266573ca52c0c6f229f4d5d43eab8c6ae2a03f72 Mon Sep 17 00:00:00 2001 From: Michal Kunc Date: Wed, 6 Apr 2022 11:28:06 +0200 Subject: [PATCH] Remove debugger statement --- src/App.svelte | 1 - 1 file changed, 1 deletion(-) 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}];