From 2c0d4d797bf4a1e32b4b56061d787e742dadec4a Mon Sep 17 00:00:00 2001 From: John Bintz Date: Thu, 16 Jun 2011 10:50:45 -0400 Subject: [PATCH] remove a debug thing --- lib/jasmine/headless/runner.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/jasmine/headless/runner.rb b/lib/jasmine/headless/runner.rb index bede357..1eae6b4 100644 --- a/lib/jasmine/headless/runner.rb +++ b/lib/jasmine/headless/runner.rb @@ -63,7 +63,6 @@ module Jasmine system jasmine_command(run_targets) status = $?.exitstatus - p @options if @options[:remove_html_file] || (status == 0) targets.each { |target| FileUtils.rm_f target } end