Skip to content

Commit 8e34d8b

Browse files
committed
gitk: choosefont - remove a stray debugging line
This output was added in d93f171 ("gitk: Use themed tk widgets", 2009-04-17), we can assume, by accident. Signed-off-by: Mark Levedahl <[email protected]> Signed-off-by: Johannes Sixt <[email protected]>
1 parent b7ef407 commit 8e34d8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gitk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11719,7 +11719,6 @@ if {[package vsatisfies [package provide Tk] 8.6]} {
1171911719
}
1172011720
proc on_choosefont {font which newfont} {
1172111721
global fontparam
11722-
puts stderr "$font $newfont"
1172311722
array set f [font actual $newfont]
1172411723
set fontparam(which) $which
1172511724
set fontparam(font) $font

0 commit comments

Comments
 (0)