Skip to content

Commit fefd285

Browse files
committed
clean up
1 parent 02529cd commit fefd285

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/swapService/strategies/balmySDK/sources/ensoQuoteSource.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ export class CustomEnsoQuoteSource
9595
}
9696

9797
const response = await fetchService.fetch(url, { timeout, headers })
98-
console.log("response: ", response)
9998

10099
if (!response.ok) {
101100
failed(ENSO_METADATA, chainId, sellToken, buyToken, await response.text())

0 commit comments

Comments
 (0)