Skip to content

Commit 2c65986

Browse files
committed
Remove useless puts.
1 parent 28a2efd commit 2c65986

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

library/tilegtk.tcl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ namespace eval ttk::theme::tilegtk {
5252
}
5353
set loaded 0
5454
foreach lib $libs {
55-
puts "* Locating: $lib"
5655
set found 0
5756
foreach name $names {
5857
foreach prefix $prefixes {
@@ -63,7 +62,6 @@ namespace eval ttk::theme::tilegtk {
6362
${prefix}${lib}${name}$ext] {
6463
if {$found} {break}
6564
if {[file exists $file]} {
66-
puts " ++ $file"
6765
if {[catch {initialiseLibrary $lib $file} symbol]} {
6866
puts " => ERROR while initialising library $lib from $file : $symbol"
6967
} else {

0 commit comments

Comments
 (0)