diff --git a/lib/dashboard/console.js b/lib/dashboard/console.js index 89fff0a0..edd3feff 100644 --- a/lib/dashboard/console.js +++ b/lib/dashboard/console.js @@ -39,7 +39,6 @@ class Console { for (let pluginCmd of pluginCmds) { let pluginOutput = pluginCmd.call(this, cmd, {}); if (pluginOutput !== false && pluginOutput !== 'false' && pluginOutput !== undefined) return callback(pluginOutput); - //if (pluginOutput === undefined) return callback(""); } let output = this.processEmbarkCmd(cmd);