Skip to content

Commit 7d7dad6

Browse files
committed
Remove log
1 parent b996c9d commit 7d7dad6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

integrations/slack/src/handlers/handlers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ export async function appMentionEventHandler(eventPayload: any, context: SlackRu
8787
// strip out the bot-name in the mention and account for user mentions within the query
8888
// @ts-ignore
8989
const parsedMessage = stripBotName(text, eventPayload.authorizations[0]?.user_id);
90-
logger.info('Received payload', JSON.stringify(eventPayload));
9190

9291
context.waitUntil(
9392
inferUserIntentAndTriggerAction(

0 commit comments

Comments
 (0)