Skip to content

Commit

Permalink
removing print
Browse files Browse the repository at this point in the history
  • Loading branch information
arpi0003 committed Feb 4, 2015
1 parent d39ebfd commit 8a51ce9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/tuneup_plist_to_junit_utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ def generate_junit_report(tests, junit_class_name)

# This is likely the LOG_ERROR case which we'll record it as an <error/> tag
else
puts message.inspect
xml.error(:message => message[:message], :type => message[:log_type])
end
end
Expand Down

0 comments on commit 8a51ce9

Please sign in to comment.