diff --git a/src/__swaps__/screens/Swap/hooks/useSwapInputsController.ts b/src/__swaps__/screens/Swap/hooks/useSwapInputsController.ts index 0d9d3c3cc48..62690789840 100644 --- a/src/__swaps__/screens/Swap/hooks/useSwapInputsController.ts +++ b/src/__swaps__/screens/Swap/hooks/useSwapInputsController.ts @@ -810,8 +810,6 @@ export function useSwapInputsController({ } if (inputMethod.value === 'outputAmount' && !equalWorklet(current.values.outputAmount, previous.values.outputAmount)) { // If the number in the output field changes - - console.log('here'); if (equalWorklet(current.values.outputAmount, 0)) { // If the output amount was set to 0 quoteFetchingInterval.stop();