From f8931fd26a9d85e0399aad074b72b28db86b1564 Mon Sep 17 00:00:00 2001 From: Pat Thoyts Date: Sun, 24 Jan 2010 01:25:26 +0000 Subject: [PATCH] Removed debugging output --- tkcon.tcl | 1 - 1 file changed, 1 deletion(-) 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 } -- 2.23.0