From: Johannes Sixt Date: Thu, 17 Jul 2025 11:11:55 +0000 (+0200) Subject: gitk: choosefont - remove a stray debugging line X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8e34d8b1485743221d9a4068a89af8efc97c1d7b;p=thirdparty%2Fgit.git 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 --- 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