remove use of initConfig

This commit is contained in:
Jonathan Rainville 2018-07-10 08:49:08 -04:00 committed by Iuri Matias
parent d045229687
commit 81c9eaf9e5

View File

@ -336,10 +336,6 @@ class Cmd {
.action(function(env, options) {
checkDeps();
i18n.setOrDetectLocale(options.locale);
embark.initConfig(env || 'development', {
embarkConfig: 'embark.json',
interceptLogs: false
});
embark.graph({
env: env || 'development',
logFile: options.logfile,