Remove console.log
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
FloatingGhost 2023-01-01 21:06:02 +00:00
parent 62287fffae
commit d973396c96
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ const tags = {
},
mutations: {
setTag (state, { name, data }) {
console.log("Setting", name, {...data})
state.tags[name] = data
}
},