remove debug text

This commit is contained in:
bhomie 2020-06-24 22:44:59 -07:00
parent 49f678dd36
commit e74cc09239
2 changed files with 1 additions and 2 deletions

View file

@ -481,6 +481,6 @@ $('.colorPicker').on('input', e => {
})
$('.colorPicker').on('change', e => {
setCustomTheme(true)
setCustomTheme(true) // Save a color once picked
})

View file

@ -38,7 +38,6 @@ function saveConfigToCookie() {
path: '/'
});
restartCount = 0;
console.log("config saved")
}
function saveActiveTagsToCookie(){