Skip to content

Commit 16b236c

Browse files
authored
Merge pull request #2710 from Pinata-Consulting/logging-superfluous-newline
logging: remove superfluous newline
2 parents fc65592 + 649209d commit 16b236c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flow/scripts/util.tcl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ proc log_cmd {cmd args} {
1010
# and we don't want to mix it with the log, so output the time it took afterwards.
1111
puts "Took $time seconds: $log_cmd"
1212
}
13-
puts ""
1413
}
1514

1615
proc fast_route {} {

0 commit comments

Comments
 (0)