diff --git a/pd/src/pd.tk b/pd/src/pd.tk
index 443e9ce95591c1bfe0e396966f87e4325ef954ab..b3f624a73ea93e82c376bc7d5b0fe04294b7a7a2 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 {