Skip to content

Commit

Permalink
chore: remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
NoxHarmonium committed Sep 19, 2022
1 parent d05a8ff commit e884ee4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions plugin/src/functions/orchestrator/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ const orchestrator = async (event: SQSEvent) => {
? {}
: decoder.decode(response.Payload);

console.log({
oops: 'yay',
payload,
});

return {
...body,
response: payload,
Expand Down

0 comments on commit e884ee4

Please sign in to comment.