Modified:
/zvm/zcpu.py
=======================================
--- /zvm/zcpu.py Thu May 28 16:26:28 2009
+++ /zvm/zcpu.py Thu May 28 16:34:12 2009
@@ -281,7 +281,6 @@
def op_get_prop(self, objectnum, propnum):
"""Store in the given result an object's property value
(either a byte or word)."""
- self._objects.describe_object(objectnum)
val = self._objects.get_prop(objectnum, propnum)
self._write_result(val)