conflict in embark js

This commit is contained in:
Jonathan Rainville 2018-07-26 14:50:38 -04:00 committed by Pascal Precht
parent f43281bf42
commit 0e93e75aba
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 0 additions and 1 deletions

View File

@ -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) {