Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeNervoXS committed Apr 18, 2024
1 parent 17af43d commit 7726a6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dex/angle-transmuter/transmuter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ export class TransmuterSubscriber<State> extends PartialEventSubscriber<
): Readonly<TransmuterState> | null {
const tokenIn: string = event.args.tokenIn;
const tokenOut: string = event.args.tokenOut;
console.log(state);
// in case of a burn
if (tokenIn.toLowerCase() === this.EURA.toLowerCase()) {
const amount: number = Number.parseFloat(
Expand Down

0 comments on commit 7726a6d

Please sign in to comment.