fix: remove extraneous log statement

This commit is contained in:
hacksalot 2018-02-06 08:24:18 -05:00
parent 2bf5bb72cf
commit 2346562428
No known key found for this signature in database
GPG Key ID: 2F343EC247CA4B06
2 changed files with 1 additions and 2 deletions

1
dist/cli/main.js vendored
View File

@ -257,7 +257,6 @@ Definition of the `main` function.
executeFail = function(err) {
var finalErrorCode, msgs;
console.dir(err);
finalErrorCode = -1;
if (err) {
if (err.fluenterror) {

View File

@ -288,7 +288,7 @@ executeSuccess = (obj) ->
### Failure handler for verb invocations. Calls process.exit by default ###
executeFail = (err) ->
console.dir err
#console.dir err
finalErrorCode = -1
if err
if err.fluenterror