remove unneeded code line

Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
VoR0220 2018-05-18 10:42:08 -05:00
parent dc0c8c5622
commit b2e45ed95c
1 changed files with 0 additions and 1 deletions

View File

@ -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);