Commit f2616756 authored by Moody Salem's avatar Moody Salem

Remove extra console logging statement!

parent 67df4959
...@@ -460,7 +460,6 @@ function SearchModal({ ...@@ -460,7 +460,6 @@ function SearchModal({
const customAdded = userAddedTokens?.some(token => token.address === address) && !urlAdded const customAdded = userAddedTokens?.some(token => token.address === address) && !urlAdded
const zeroBalance = balance && JSBI.equal(JSBI.BigInt(0), balance.raw) const zeroBalance = balance && JSBI.equal(JSBI.BigInt(0), balance.raw)
console.log(balance, address)
// if token import page dont show preset list, else show all // if token import page dont show preset list, else show all
return ( return (
......
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