conflict in embark js
This commit is contained in:
parent
f43281bf42
commit
0e93e75aba
|
@ -190,7 +190,6 @@ __embarkENS.resolve = function (name, callback) {
|
|||
}
|
||||
|
||||
let node = namehash.hash(name);
|
||||
console.log('NODE TO RESOLVE', node);
|
||||
|
||||
function cb(err, addr) {
|
||||
if (err === NoDecodeAddrError) {
|
||||
|
|
Loading…
Reference in New Issue