Commit 9822e68d authored by Moody Salem's avatar Moody Salem

remove console.log accidentally committed to swap

parent 9d1556b7
...@@ -122,7 +122,6 @@ export default function Swap({ history }: RouteComponentProps) { ...@@ -122,7 +122,6 @@ export default function Swap({ history }: RouteComponentProps) {
inputError: wrapInputError, inputError: wrapInputError,
} = useWrapCallback(currencies[Field.INPUT], currencies[Field.OUTPUT], typedValue) } = useWrapCallback(currencies[Field.INPUT], currencies[Field.OUTPUT], typedValue)
const showWrap: boolean = wrapType !== WrapType.NOT_APPLICABLE const showWrap: boolean = wrapType !== WrapType.NOT_APPLICABLE
console.log(showWrap)
const { address: recipientAddress } = useENSAddress(recipient) const { address: recipientAddress } = useENSAddress(recipient)
const parsedAmounts = useMemo( const parsedAmounts = useMemo(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment