Skip to content

Commit eba1e19

Browse files
committed
devop: remove log
1 parent f60316c commit eba1e19

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • packages/swap/src/providers/oneInchFusion

packages/swap/src/providers/oneInchFusion/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,7 @@ class OneInchFusion extends ProviderWithRFQ {
225225
fromUSDValue: quote.prices.usd.fromToken,
226226
};
227227
})
228-
.catch((e) => {
229-
console.error(e, "herere");
228+
.catch(() => {
230229
return null;
231230
});
232231
}

0 commit comments

Comments
 (0)