Don't print stdout in case we're just printing warnings

Otherwise it could be confusing
This commit is contained in:
Lin Jen-Shin 2018-01-23 22:45:14 +08:00
parent b226df16a0
commit df2c47b9ff
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ def emit_warnings(static_analysis)
puts
puts "**** #{result.cmd.join(' ')} had the following warnings:"
puts
puts result.stdout
puts result.stderr
puts
end