Skip to content

Commit

Permalink
fix(simulator): remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ephrimlawrence committed Mar 1, 2024
1 parent 6dfa1b7 commit 12530b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cli/simulator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ class Simulator {
});
} else if (this.provider == SupportedGateway.emergent_technology) {
const { url, body } = this.reply(requestBody) as { url: string, body: any };
console.log(url, body);

const resp = await fetch(url, { method: 'POST', body: JSON.stringify(body), headers: { 'Content-Type': 'application/json' } });

Expand Down

0 comments on commit 12530b8

Please sign in to comment.