From 8e34d8b1485743221d9a4068a89af8efc97c1d7b Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Thu, 17 Jul 2025 13:11:55 +0200 Subject: [PATCH] gitk: choosefont - remove a stray debugging line This output was added in d93f1713b0 ("gitk: Use themed tk widgets", 2009-04-17), we can assume, by accident. Signed-off-by: Mark Levedahl Signed-off-by: Johannes Sixt --- gitk | 1 - 1 file changed, 1 deletion(-) diff --git a/gitk b/gitk index 5be8b2aeb0..0df4eee733 100755 --- a/gitk +++ b/gitk @@ -11719,7 +11719,6 @@ if {[package vsatisfies [package provide Tk] 8.6]} { } proc on_choosefont {font which newfont} { global fontparam - puts stderr "$font $newfont" array set f [font actual $newfont] set fontparam(which) $which set fontparam(font) $font -- 2.47.3