Removed debugging output
authorPat Thoyts <patthoyts@users.sourceforge.net>
Sun, 24 Jan 2010 01:25:26 +0000 (01:25 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Sun, 24 Jan 2010 01:25:26 +0000 (01:25 +0000)
tkcon.tcl

index 725007b19b193aee0a0afa7a064f58b036b48c72..f41da67c1bf3aedd900d6ecd82473247242dbfb1 100755 (executable)
--- a/tkcon.tcl
+++ b/tkcon.tcl
@@ -717,7 +717,6 @@ proc ::tkcon::locate_xdg_icon {name} {
     foreach dir $dirs {
         foreach path [list icons icons/hicolor/48x48/apps] {
             set path [file join $dir $path $name]
-            puts "$path [file exists $path]"
             if {[file exists $path]} {
                 return $path
             }