remove debug messages

This commit is contained in:
stefan schippers 2023-10-21 11:05:47 +02:00
parent 99f31e4535
commit f2fd7e6e48
1 changed files with 1 additions and 1 deletions

View File

@ -2910,7 +2910,7 @@ proc myload_set_colors2 {} {
set pattern $j
set color $dircolor($j)
set len [string length [regexp -inline $pattern $dir1]]
puts "len=$len\npattern=$pattern\nname=$name\n\n\n"
# puts "len=$len\npattern=$pattern\nname=$name\n\n\n"
if { $len > $maxlen } {
.load.l.paneright.list itemconfigure $i -foreground $color -selectforeground $color
set maxlen $len