cleaning up console.logs
This commit is contained in:
parent
9374b0e290
commit
19fdc1e74c
4 changed files with 1 additions and 7 deletions
|
|
@ -307,8 +307,6 @@ export const _mergePrefs = (recent, stale) => {
|
|||
defaultState: ROOT_CONFIG,
|
||||
})
|
||||
|
||||
console.log(path, args[0])
|
||||
|
||||
return finalValue !== undefined
|
||||
})
|
||||
.forEach(({ path, operation, args }) => {
|
||||
|
|
@ -773,7 +771,7 @@ export const useSyncConfigStore = defineStore('sync_config', {
|
|||
},
|
||||
persist: {
|
||||
afterLoad(state) {
|
||||
console.log('Validating persisted state of SyncConfig')
|
||||
console.debug('Validating persisted state of SyncConfig')
|
||||
const newState = { ...state }
|
||||
const newEntries = Object.entries(newState.prefsStorage.simple).map(
|
||||
([path, value]) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue