Remove debugger statement
This commit is contained in:
parent
2fd4e104b8
commit
266573ca52
@ -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}];
|
||||||
|
Loading…
Reference in New Issue
Block a user