conflict in lock

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

View File

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