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):