From: Pat Thoyts Date: Sun, 24 Jan 2010 01:25:26 +0000 (+0000) Subject: Removed debugging output X-Git-Url: http://privyetmir.co.uk/gitweb?a=commitdiff_plain;h=f8931fd26a9d85e0399aad074b72b28db86b1564;p=tkcon Removed debugging output --- diff --git a/tkcon.tcl b/tkcon.tcl index 725007b..f41da67 100755 --- 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 }