From 4a732abd772b0d87bdf223c4e459e407dcac6ad8 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Tue, 10 Jul 2012 14:50:45 -0400 Subject: [PATCH] remove debugging code --- spec/spec_helper.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index f7f8538..419ddc9 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -54,7 +54,6 @@ def fork_and_capture(&blk) Process.wait pid buffer = "" until rd.eof? - p [:foo] buffer += rd.gets end end