From 2a24c3cbf0d6a9857914c3b0a3b0fb591540e8ae Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Tue, 10 Jul 2018 08:49:08 -0400 Subject: [PATCH] remove use of initConfig --- cmd/cmd.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmd/cmd.js b/cmd/cmd.js index f9d987e8..8f0bab81 100644 --- a/cmd/cmd.js +++ b/cmd/cmd.js @@ -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,