remove debugging print

This commit is contained in:
David Tardon 2012-01-24 11:51:18 +01:00
parent f00b387fae
commit efe48e57e9

View file

@ -83,7 +83,6 @@ class RtlReferencePrinter(object):
self.val = val
def to_string(self):
print("RtlReferencePrinter:to_string")
pointee = self.val['m_pBody']
if pointee:
val = pointee.dereference()