Skip to content
Snippets Groups Projects
Verified Commit 550702c7 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Removed log statement

parent 1eda1348
Branches
No related tags found
No related merge requests found
Pipeline #4228 passed
......@@ -23,7 +23,6 @@ export const storeConfig = {
state.accounts[id] = payload
},
setRecursiveState (state, {key, suffix, value}) {
console.log('SETTING RECURSIVE', key, suffix, value, state)
if (suffix) {
let existing = get(state, key, {})
existing[suffix] = value
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment