conflict in lock

This commit is contained in:
Jonathan Rainville 2018-07-26 08:33:56 -04:00 committed by Iuri Matias
parent 188d6afa19
commit d5580dc7ec

View File

@ -173,7 +173,6 @@ __embarkENS.setProvider = function (config) {
})
.catch(err => {
if (err.message.indexOf('Provider not set or invalid') > -1) {
console.log('PROVIDER NOT SET');
console.warn(ERROR_MESSAGE);
return;
}