Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmw committed Mar 20, 2024
1 parent 086efee commit 112f1c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions typescript/src/soft-opt-ins/processSubscription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ async function sendSoftOptIns(identityId: string, subscriptionId: string, platfo
subscriptionId: subscriptionId
};

console.log("Attempting to send soft opt-in message to queue", message);

await sendToSqsSoftOptIns(
Stage === "PROD"
? `${queueNamePrefix}/soft-opt-in-consent-setter-queue-PROD`
Expand Down

0 comments on commit 112f1c3

Please sign in to comment.