remove debugging code

This commit is contained in:
David Dollar
2012-07-10 14:50:45 -04:00
parent 3e71fea777
commit 4a732abd77

View File

@@ -54,7 +54,6 @@ def fork_and_capture(&blk)
Process.wait pid
buffer = ""
until rd.eof?
p [:foo]
buffer += rd.gets
end
end