Skip to content

Commit

Permalink
chore(effect-runner): remove extra logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed Sep 11, 2024
1 parent d0dcb44 commit 6ae7cfd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/bot-processor/src/effect-runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,6 @@ async function runUseExchangeEffect(effect: ReturnType<typeof useExchange>, ctx:
const label = effect.payload;

if (label) {
console.log(`[UseExchange] Using external exchange with label: ${label}`);

return ctx.control.getExchange(label);
}

Expand Down

0 comments on commit 6ae7cfd

Please sign in to comment.