From 649209dabe2c643f9d7e7bda0bd2ddd76418abdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Harboe?= Date: Thu, 23 Jan 2025 00:17:25 +0100 Subject: [PATCH] logging: remove superfluous newline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Øyvind Harboe --- flow/scripts/util.tcl | 1 - 1 file changed, 1 deletion(-) diff --git a/flow/scripts/util.tcl b/flow/scripts/util.tcl index 988c0a2c74..c17970a604 100644 --- a/flow/scripts/util.tcl +++ b/flow/scripts/util.tcl @@ -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 {} {