Slightly older version of master from https://github.com/j6t/gitk

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>

-1
-1
gitk
··· 11719 11719 } 11720 11720 proc on_choosefont {font which newfont} { 11721 11721 global fontparam 11722 - puts stderr "$font $newfont" 11723 11722 array set f [font actual $newfont] 11724 11723 set fontparam(which) $which 11725 11724 set fontparam(font) $font