fix: remove log

This commit is contained in:
José Oliveira 2021-06-16 19:24:00 +01:00 committed by Josh Harvey
parent 89bbca3647
commit 2a9e2c1714

View file

@ -123,7 +123,6 @@ const Blacklist = () => {
const validateAddress = (cryptoCode, address) => {
try {
console.log(errorMsg)
return !R.isNil(coinUtils.parseUrl(cryptoCode, 'main', address))
} catch {
return false