remove use of initConfig

This commit is contained in:
Jonathan Rainville 2018-07-10 08:49:08 -04:00 committed by Pascal Precht
parent da6956695d
commit 2a24c3cbf0
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 0 additions and 4 deletions

View File

@ -313,10 +313,6 @@ class Cmd {
.description(__('generates documentation based on the smart contracts configured'))
.action(function(env, options) {
i18n.setOrDetectLocale(options.locale);
embark.initConfig(env || 'development', {
embarkConfig: 'embark.json',
interceptLogs: false
});
embark.graph({
env: env || 'development',
logFile: options.logfile,