Skip to content

Commit

Permalink
Deleting a debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Jackson committed Nov 18, 2024
1 parent 871b301 commit 4f5f946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/twilio-send-status-webhook.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async function twilioSendStatusWebhook(req, res) {
url,
params,
);
console.log('In twilioSendStatusWebhook: ', params);

if (!isValid) {
logger.error('twilioSendStatusWebhook: invalid incoming request - not from Twilio');
return res.status(401).send('Unauthorized');
Expand Down

0 comments on commit 4f5f946

Please sign in to comment.