remove console.log accidentally committed to swap
This commit is contained in:
parent
9d1556b777
commit
9822e68d5a
@ -122,7 +122,6 @@ export default function Swap({ history }: RouteComponentProps) {
|
||||
inputError: wrapInputError,
|
||||
} = useWrapCallback(currencies[Field.INPUT], currencies[Field.OUTPUT], typedValue)
|
||||
const showWrap: boolean = wrapType !== WrapType.NOT_APPLICABLE
|
||||
console.log(showWrap)
|
||||
const { address: recipientAddress } = useENSAddress(recipient)
|
||||
|
||||
const parsedAmounts = useMemo(
|
||||
|
Loading…
Reference in New Issue
Block a user