fix: remove log
This commit is contained in:
parent
89bbca3647
commit
2a9e2c1714
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue