Skip to content

Commit

Permalink
Merge pull request #2710 from Pinata-Consulting/logging-superfluous-n…
Browse files Browse the repository at this point in the history
…ewline

logging: remove superfluous newline
  • Loading branch information
maliberty authored Jan 23, 2025
2 parents fc65592 + 649209d commit 16b236c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flow/scripts/util.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ proc log_cmd {cmd args} {
# and we don't want to mix it with the log, so output the time it took afterwards.
puts "Took $time seconds: $log_cmd"
}
puts ""
}

proc fast_route {} {
Expand Down

0 comments on commit 16b236c

Please sign in to comment.