Tools__CodeView2.st
changeset 12869 95b46e1e58f8
parent 12868 79e40dd37b08
child 12870 798d611cfd62
--- a/Tools__CodeView2.st	Thu Jun 06 19:41:38 2013 +0200
+++ b/Tools__CodeView2.st	Thu Jun 06 19:42:27 2013 +0200
@@ -2940,7 +2940,6 @@
 buttonPress: button x: x y: y
     | ctrlDown  |
 
-Transcript showCR:'p'.
     (codeView buttonPress:button x:x y:y in: self)
         ifFalse:[Transcript showCR:'sp'. super buttonPress:button x:x y:y].
     "
@@ -2957,7 +2956,6 @@
 !
 
 buttonRelease: button x: x y: y
-Transcript showCR:'r'.
     (codeView buttonRelease:button x:x y:y in: self)
         ifFalse:[Transcript showCR:'sp'. super buttonRelease:button x:x y:y].
 !
@@ -3458,15 +3456,15 @@
 !CodeView2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.75 2013-06-06 17:41:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.76 2013-06-06 17:42:27 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.75 2013-06-06 17:41:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.76 2013-06-06 17:42:27 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__CodeView2.st,v 1.75 2013-06-06 17:41:38 cg Exp $'
+    ^ '$Id: Tools__CodeView2.st,v 1.76 2013-06-06 17:42:27 cg Exp $'
 ! !