remove empty liens

This commit is contained in:
Iuri Matias 2018-08-20 14:53:57 -04:00
parent 5f6db0062d
commit 9d72030cff
1 changed files with 0 additions and 2 deletions

View File

@ -359,8 +359,6 @@ Config.prototype.loadEmbarkConfigFile = function() {
this.buildDir = this.embarkConfig.buildDir;
this.configDir = this.embarkConfig.config;
};
Config.prototype.loadPipelineConfigFile = function() {