We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a2efd commit 2c65986Copy full SHA for 2c65986
library/tilegtk.tcl
@@ -52,7 +52,6 @@ namespace eval ttk::theme::tilegtk {
52
}
53
set loaded 0
54
foreach lib $libs {
55
- puts "* Locating: $lib"
56
set found 0
57
foreach name $names {
58
foreach prefix $prefixes {
@@ -63,7 +62,6 @@ namespace eval ttk::theme::tilegtk {
63
62
${prefix}${lib}${name}$ext] {
64
if {$found} {break}
65
if {[file exists $file]} {
66
- puts " ++ $file"
67
if {[catch {initialiseLibrary $lib $file} symbol]} {
68
puts " => ERROR while initialising library $lib from $file : $symbol"
69
} else {
0 commit comments