We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2de08 commit d724abeCopy full SHA for d724abe
1 file changed
public/js/userconfig.js
@@ -20,8 +20,6 @@ function saveConfigToCookie() {
20
let d = new Date();
21
d.setFullYear(d.getFullYear() + 1);
22
$.cookie("config", null);
23
- console.log('saving');
24
- console.log(config);
25
$.cookie("config", JSON.stringify(config), {
26
expires: d,
27
path: '/'
0 commit comments