]> git.ipfire.org Git - thirdparty/git.git/commitdiff
gitk: choosefont - remove a stray debugging line
authorJohannes Sixt <j6t@kdbg.org>
Thu, 17 Jul 2025 11:11:55 +0000 (13:11 +0200)
committerJohannes Sixt <j6t@kdbg.org>
Thu, 17 Jul 2025 11:14:55 +0000 (13:14 +0200)
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>
gitk

diff --git a/gitk b/gitk
index 5be8b2aeb0e7be24a94c02944b792e7eaf152a9a..0df4eee7333234c09d097c58f750ba2ea475278a 100755 (executable)
--- 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