Skip to content

Commit 395776b

Browse files
committed
Remove console
1 parent 6b655ba commit 395776b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/web/src/store/reducers/queryResults.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ export function matchNewPostIntoQueryResults (state, { id, isPublic, type, group
124124
*/
125125
const queriesToMatch = []
126126

127-
console.log('matchNewPostIntoQueryResults', { id, isPublic, type, groups, topics })
128-
129127
// All Groups stream w/ topics
130128
queriesToMatch.push({ context: 'all' })
131129
for (const topic of topics) {

0 commit comments

Comments
 (0)