Revert console.log statement

This commit is contained in:
Glavin Wiechert 2018-03-01 20:51:00 -04:00
parent 39810a208d
commit 2dafebeba2
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ class Executable
Run command-line interface command Run command-line interface command
### ###
run: (args, options = {}) -> run: (args, options = {}) ->
console.log("Run: ", @cmd, args, options) @debug("Run: ", @cmd, args, options)
{ cmd, cwd, ignoreReturnCode, help, onStdin, returnStderr, returnStdoutOrStderr } = options { cmd, cwd, ignoreReturnCode, help, onStdin, returnStderr, returnStdoutOrStderr } = options
exeName = cmd or @cmd exeName = cmd or @cmd
cwd ?= os.tmpdir() cwd ?= os.tmpdir()