mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2024-11-20 13:59:55 +01:00
Remove console.log
This commit is contained in:
parent
62287fffae
commit
d973396c96
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ const tags = {
|
||||||
},
|
},
|
||||||
mutations: {
|
mutations: {
|
||||||
setTag (state, { name, data }) {
|
setTag (state, { name, data }) {
|
||||||
console.log("Setting", name, {...data})
|
|
||||||
state.tags[name] = data
|
state.tags[name] = data
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue