diff --git a/pd/src/pdtk_drawimage.tcl b/pd/src/pdtk_drawimage.tcl index 2bae0dc479fe2c184287ce176593153e0143088d..57e6e80f42ee65369bdcb9875dd3ce55e57ebaa7 100644 --- a/pd/src/pdtk_drawimage.tcl +++ b/pd/src/pdtk_drawimage.tcl @@ -73,7 +73,6 @@ proc pdtk_drawimage_vis {c x y obj tag seqno l2orktag1 l2orktag2 tag3 drawtag} { } proc pdtk_drawimage_index {c obj drawtag index} { - pdtk_post "drawimage thinking \n" set img ::drawimage_${obj} $c itemconfigure $drawtag -image ${img}$index }