Skip to content

Commit

Permalink
remove inbox subscription debug
Browse files Browse the repository at this point in the history
  • Loading branch information
soyombo-baterdene committed Sep 1, 2023
1 parent 518643c commit 7f28d23
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/plugin-inbox-api/src/graphql/subscriptionPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ module.exports = {
() =>
graphqlPubsub.asyncIterator("conversationClientMessageInserted"),
async (payload, variables) => {
console.log("payload", payload)
console.log("variables", variables)
const { conversation, integration, channelMemberIds } = payload;

if (!conversation) {
Expand Down

0 comments on commit 7f28d23

Please sign in to comment.