mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-08 14:42:46 +08:00
remove debug text
This commit is contained in:
parent
49f678dd36
commit
e74cc09239
2 changed files with 1 additions and 2 deletions
|
@ -481,6 +481,6 @@ $('.colorPicker').on('input', e => {
|
|||
})
|
||||
|
||||
$('.colorPicker').on('change', e => {
|
||||
setCustomTheme(true)
|
||||
setCustomTheme(true) // Save a color once picked
|
||||
})
|
||||
|
||||
|
|
|
@ -38,7 +38,6 @@ function saveConfigToCookie() {
|
|||
path: '/'
|
||||
});
|
||||
restartCount = 0;
|
||||
console.log("config saved")
|
||||
}
|
||||
|
||||
function saveActiveTagsToCookie(){
|
||||
|
|
Loading…
Add table
Reference in a new issue