This commit is contained in:
Henry Jameson 2018-12-11 01:40:19 +03:00
parent 4b25475b57
commit 73aa9153d9
2 changed files with 0 additions and 3 deletions

View file

@ -463,8 +463,6 @@ export default {
}
}
console.log(version)
// Stuff that differs between V1 and V2
if (version === 1) {
this.fgColorLocal = rgb2hex(colors.btn)

View file

@ -508,7 +508,6 @@ const setPreset = (val, commit) => {
}
}
console.log(data)
// This is a hack, this function is only called during initial load.
// We want to cancel loading the theme from config.json if we're already
// loading a theme from the persisted state.