aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Sixt <j6t@kdbg.org>2025-07-17 13:11:55 +0200
committerJohannes Sixt <j6t@kdbg.org>2025-07-17 13:14:55 +0200
commit8e34d8b1485743221d9a4068a89af8efc97c1d7b (patch)
tree3496e600323fd9ae901276d57a9cd51ad23691f3
parentb7ef4071c42f6ff20e696b0197a40f60da6ce70c (diff)
downloadgit-8e34d8b1485743221d9a4068a89af8efc97c1d7b.tar.gz
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>
-rwxr-xr-xgitk1
1 files changed, 0 insertions, 1 deletions
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