[zvm] 1 new revision pushed by sussman on 2009-05-28 23:14 GMT

0 views
Skip to first unread message

codesite...@google.com

unread,
May 28, 2009, 7:17:21 PM5/28/09
to zvm...@googlegroups.com
Revision: fc772d2b5d
Author: Ben Collins-Sussman <sus...@red-bean.com>
Date: Thu May 28 16:13:32 2009
Log: Oops, remove debugging code.
http://code.google.com/p/zvm/source/detail?r=fc772d2b5d

Modified:
/zvm/zcpu.py

=======================================
--- /zvm/zcpu.py Thu May 28 16:11:39 2009
+++ /zvm/zcpu.py Thu May 28 16:13:32 2009
@@ -256,8 +256,6 @@
"""Move object OBJECT to become the first child of object
DEST. After the move, the prior first child of DEST is now
the OBJECT's sibling."""
- self._objects.describe_object(object)
- self._objects.describe_object(dest)
self._objects.insert_object(dest, object)

def op_loadw(self, base, offset):

Reply all
Reply to author
Forward
0 new messages