summaryrefslogtreecommitdiff
path: root/solenv/gdb
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-01-24 11:51:18 +0100
committerDavid Tardon <dtardon@redhat.com>2012-01-24 12:36:36 +0100
commitefe48e57e986d03c388668e5955ded4f563d3a61 (patch)
tree5b5b641e481935a08b6d7eefd785ad0034854bc6 /solenv/gdb
parentf00b387faeca2902909ce181f2f772a51ec4527f (diff)
remove debugging print
Diffstat (limited to 'solenv/gdb')
-rw-r--r--solenv/gdb/libreoffice/sal.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/gdb/libreoffice/sal.py b/solenv/gdb/libreoffice/sal.py
index 15cebe84d673..df87ed5521cb 100644
--- a/solenv/gdb/libreoffice/sal.py
+++ b/solenv/gdb/libreoffice/sal.py
@@ -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()