mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-11-02 05:57:25 +00:00
fix: remove extraneous log statement
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user