Skip to content

Commit

Permalink
🐛 Removed redundancy in debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarlesky committed May 14, 2024
1 parent dee5c81 commit f78002b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/ceedling/tool_executor_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ def log_results(command_str, shell_result)

# Detailed debug logging
if @verbosinator.should_output?( Verbosity::DEBUG )
output += "> Produced output: "
output += shell_result[:output].empty? ? "<empty>\n" : "\n#{shell_result[:output].chomp("\n")}\n"

output += "> With $stdout: "
output += shell_result[:stdout].empty? ? "<empty>\n" : "\n#{shell_result[:stdout].to_s.chomp("\n")}\n"

Expand Down

0 comments on commit f78002b

Please sign in to comment.