mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-13 23:35:46 +00:00
clean up
This commit is contained in:
parent
26b070b27f
commit
7e1493c039
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user