conflict in embark js

This commit is contained in:
Jonathan Rainville 2018-07-26 14:50:38 -04:00 committed by Iuri Matias
parent d5580dc7ec
commit db2cb33411

View File

@ -191,7 +191,6 @@ __embarkENS.resolve = function (name, callback) {
}
let node = namehash.hash(name);
console.log('NODE TO RESOLVE', node);
function cb(err, addr) {
if (err === NoDecodeAddrError) {