We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b996c9d commit 7d7dad6Copy full SHA for 7d7dad6
integrations/slack/src/handlers/handlers.ts
@@ -87,7 +87,6 @@ export async function appMentionEventHandler(eventPayload: any, context: SlackRu
87
// strip out the bot-name in the mention and account for user mentions within the query
88
// @ts-ignore
89
const parsedMessage = stripBotName(text, eventPayload.authorizations[0]?.user_id);
90
- logger.info('Received payload', JSON.stringify(eventPayload));
91
92
context.waitUntil(
93
inferUserIntentAndTriggerAction(
0 commit comments