mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-11 18:04:27 +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…
Add table
Reference in a new issue