remove unnecessary console.log()s
This commit is contained in:
parent
f601879228
commit
7a26107808
2 changed files with 0 additions and 2 deletions
|
@ -122,7 +122,6 @@ const Notification = {
|
||||||
|
|
||||||
if (reactionsFilterItems.length > 0)
|
if (reactionsFilterItems.length > 0)
|
||||||
reactionsFilterItems.forEach((item) => {
|
reactionsFilterItems.forEach((item) => {
|
||||||
console.log(emoji)
|
|
||||||
if (
|
if (
|
||||||
// match regex
|
// match regex
|
||||||
// >1 check is to prevent = just disabling all emoji reacts
|
// >1 check is to prevent = just disabling all emoji reacts
|
||||||
|
|
|
@ -207,7 +207,6 @@ export const mutations = {
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
saveBlockIds (state, blockIds) {
|
saveBlockIds (state, blockIds) {
|
||||||
console.log("ADDING BLOCK IDS", blockIds);
|
|
||||||
state.currentUser.blockIds = uniq(concat(state.currentUser.blockIds || [], blockIds))
|
state.currentUser.blockIds = uniq(concat(state.currentUser.blockIds || [], blockIds))
|
||||||
},
|
},
|
||||||
addBlockId (state, blockId) {
|
addBlockId (state, blockId) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue