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)
|
||||
reactionsFilterItems.forEach((item) => {
|
||||
console.log(emoji)
|
||||
if (
|
||||
// match regex
|
||||
// >1 check is to prevent = just disabling all emoji reacts
|
||||
|
|
|
@ -207,7 +207,6 @@ export const mutations = {
|
|||
})
|
||||
},
|
||||
saveBlockIds (state, blockIds) {
|
||||
console.log("ADDING BLOCK IDS", blockIds);
|
||||
state.currentUser.blockIds = uniq(concat(state.currentUser.blockIds || [], blockIds))
|
||||
},
|
||||
addBlockId (state, blockId) {
|
||||
|
|
Loading…
Add table
Reference in a new issue