Remove debugger statement

This commit is contained in:
Michal Kunc 2022-04-06 11:28:06 +02:00
parent 2fd4e104b8
commit 266573ca52

View File

@ -16,7 +16,6 @@
}; };
if (window.location.hash !== "") { if (window.location.hash !== "") {
debugger;
cards = JSON.parse(LZString.decompressFromEncodedURIComponent(window.location.hash.substring(1))); cards = JSON.parse(LZString.decompressFromEncodedURIComponent(window.location.hash.substring(1)));
} else { } else {
cards = [{id: 0, ...mhp}]; cards = [{id: 0, ...mhp}];