remove a debug thing

This commit is contained in:
John Bintz 2011-06-16 10:50:45 -04:00
parent 50bd14a82e
commit 2c0d4d797b

View File

@ -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