From 5a786a30939f9694ebcda92153bc08fb4dbc27a0 Mon Sep 17 00:00:00 2001
From: Ivica Ico Bukvic <ico@vt.edu>
Date: Sat, 17 Aug 2013 19:50:52 -0400
Subject: [PATCH] cosmetic fix

---
 pd/src/pd.tk | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pd/src/pd.tk b/pd/src/pd.tk
index 443e9ce95..b3f624a73 100644
--- a/pd/src/pd.tk
+++ b/pd/src/pd.tk
@@ -3662,13 +3662,12 @@ proc pdtk_canvas_mouseup {name x y b} {
 #}
 
 proc pdtk_select_all_gop_widgets {name gop state} {
-	#puts stderr "======================$name $gop $state"
+	#puts stderr "pdtk_select_all_gop_widgets $name $gop $state"
 	foreach item [$name.c find all] {
 		#puts stderr [$name.c gettags $item]
 		foreach tag [$name.c gettags $item] {
 			if { [string first $gop $tag] > -1 } {
 				#puts stderr ...match
-				#$name.c delete $item
 				if {$state} {
 					$name.c addtag selected withtag $tag
 				} else {
-- 
GitLab