mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-13 15:36:42 +08:00
removed debug messages
This commit is contained in:
parent
0a2de080b7
commit
d724abe1e9
1 changed files with 0 additions and 2 deletions
|
@ -20,8 +20,6 @@ function saveConfigToCookie() {
|
|||
let d = new Date();
|
||||
d.setFullYear(d.getFullYear() + 1);
|
||||
$.cookie("config", null);
|
||||
console.log('saving');
|
||||
console.log(config);
|
||||
$.cookie("config", JSON.stringify(config), {
|
||||
expires: d,
|
||||
path: '/'
|
||||
|
|
Loading…
Reference in a new issue