Skip to content

Commit edb8f17

Browse files
chore: remove debugging code
1 parent 107257b commit edb8f17

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/interactions/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -496,9 +496,6 @@ const interactionsPlugin = async (instance: FastifyInstance) => {
496496
headers: afterDeferData.headers,
497497
});
498498
} else {
499-
console.log(
500-
`\n\n${discordAPIBaseURL}/webhooks/${instance.envVars.DISCORD_CLIENT_ID}/${internalInteraction.interaction.token}/messages/@original\n\n`
501-
);
502499
await axios.request({
503500
method: "PATCH",
504501
url: `${discordAPIBaseURL}/webhooks/${instance.envVars.DISCORD_CLIENT_ID}/${internalInteraction.interaction.token}/messages/@original`,

0 commit comments

Comments
 (0)