remove unnecessary debug

This commit is contained in:
David Dollar
2012-01-04 12:15:38 -05:00
parent 1c6285f8af
commit 9e60b3e1a4

View File

@@ -42,7 +42,6 @@ private
def run_process(command, pipe)
io, @pid = fork_with_io(command)
trap("SIGTERM") { "got sigterm for %d" % @pid }
output pipe, "started with pid %d" % @pid
Thread.new do
until io.eof?