fix(release): remove console.log statement

This commit is contained in:
Moody Salem 2020-05-22 08:24:16 -04:00
parent f110fa7732
commit 219de1f471
No known key found for this signature in database
GPG Key ID: 8CB5CD10385138DB

@ -79,7 +79,6 @@ export default function CreatePool({ history, location }: RouteComponentProps) {
<Text fontWeight={500} fontSize={20} marginLeft={'12px'}>
{token0?.symbol}{' '}
</Text>
{console.log(token0)}
<TYPE.darkGray fontWeight={500} fontSize={16} marginLeft={'8px'}>
{token0?.address === WETH[chainId]?.address && '(default)'}
</TYPE.darkGray>