Skip to content

Commit

Permalink
Remove debugging 'puts'
Browse files Browse the repository at this point in the history
now that the issue it was trying to debug has been addressed.
  • Loading branch information
jpsim committed Aug 21, 2017
1 parent 53db881 commit 11b3765
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dangerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ file.close
file.unlink

non_empty_lines(lines).each do |line|
puts line
if line.include? 'Permanently added the RSA host key for IP address'
# Don't report to Danger
elsif line.start_with? 'Message:'
Expand Down

0 comments on commit 11b3765

Please sign in to comment.