Removed warning. Added support for working without static/config.json

This commit is contained in:
Henry Jameson 2018-09-17 18:00:56 +03:00
parent 394153380d
commit 40a175389a
2 changed files with 74 additions and 71 deletions

View file

@ -92,8 +92,6 @@ export default function createPersistedState ({
store.dispatch('settingsSaved', { error })
}
})
} else {
console.warn(`Not saving to localStorage for: ${mutation.type}`)
}
} catch (e) {
console.log("Couldn't persist state:")