Skip to content

Commit

Permalink
SERVICES-1760: remove commented code
Browse files Browse the repository at this point in the history
Signed-off-by: Claudiu Lataretu <[email protected]>
  • Loading branch information
claudiulataretu committed Aug 22, 2023
1 parent f65a7bc commit 058985e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/modules/auto-router/services/auto-router.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,6 @@ export class AutoRouterService {
this.pairCompute.tokenPriceUSD(tokenOutID),
]);

// let [amountIn, amountOut] = this.isFixedInput(swapType)
// ? [args.amountIn, result]
// : [result, args.amountOut];

let amountIn: string;
let amountOut: string;
if (this.isFixedInput(swapType)) {
Expand Down

0 comments on commit 058985e

Please sign in to comment.