This commit is contained in:
Iuri Matias 2017-12-16 11:45:29 -05:00
parent 26b070b27f
commit 7e1493c039

View File

@ -25,7 +25,6 @@ Config.prototype.loadConfigFiles = function(options) {
interceptLogs = true;
}
//Check if the config file exists
var embarkConfigExists = fs.existsSync(options.embarkConfig);
if(!embarkConfigExists){
this.logger.error('Cannot find file ' + options.embarkConfig + '. Please ensure you are running this command inside the Dapp folder');
@ -119,7 +118,6 @@ Config.prototype.loadContractsConfigFile = function() {
this.contractsConfig = mergedConfig;
};
Config.prototype.loadStorageConfigFile = function() {
var configObject = {
"default": {