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) => {
|
const validateAddress = (cryptoCode, address) => {
|
||||||
try {
|
try {
|
||||||
console.log(errorMsg)
|
|
||||||
return !R.isNil(coinUtils.parseUrl(cryptoCode, 'main', address))
|
return !R.isNil(coinUtils.parseUrl(cryptoCode, 'main', address))
|
||||||
} catch {
|
} catch {
|
||||||
return false
|
return false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue