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 <mlevedahl@gmail.com> Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Johannes Sixt committed
Jul 17, 2025 at 13:11 UTC
8e34d8b1485743221d9a4068a89af8efc97c1d7b
1 file changed
-1
gitk
-1
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