#OTHER
authorClaus Gittinger <cg@exept.de>
Tue, 22 Mar 2016 17:39:46 +0100
changeset 19404 a310d47c43ab
parent 19403 5accf347c2c1
child 19405 2ac1a57337e2
#OTHER class: UninterpretedBytes changed: #unsignedInt16At:put:MSB: leftover debugprint
UninterpretedBytes.st
--- a/UninterpretedBytes.st	Tue Mar 22 14:33:06 2016 +0100
+++ b/UninterpretedBytes.st	Tue Mar 22 17:39:46 2016 +0100
@@ -3407,7 +3407,7 @@
         INT sz;
 
         __fetchBytePointerAndSize__(self, &cp, &sz);
-printf("cp=%"_lx_"\n", (INT)cp);
+        // printf("cp=%"_lx_"\n", (INT)cp);
         if (cp) {
             unsigned INT idx = ((unsigned INT)__intVal(byteIndex)) - 1;