mirror of
https://github.com/atom/atom.git
synced 2026-02-10 22:55:09 -05:00
Remove logging
This commit is contained in:
@@ -14,7 +14,6 @@ class ChildProccess
|
||||
options.stderr = @bufferLines(options.stderr) if options.stderr
|
||||
|
||||
$native.exec command, options, (exitStatus, stdout, stderr) ->
|
||||
console.log exitStatus
|
||||
if exitStatus != 0
|
||||
error = new Error("Exec failed (#{exitStatus}) command '#{command}'")
|
||||
error.exitStatus = exitStatus
|
||||
|
||||
Reference in New Issue
Block a user