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>
main
Johannes Sixt 2025-07-17 13:11:55 +02:00
parent b7ef4071c4
commit 8e34d8b148
1 changed files with 0 additions and 1 deletions

1
gitk
View File

@ -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