remove debugging print
This commit is contained in:
parent
f00b387fae
commit
efe48e57e9
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue