[libreoffice/f16] remove forgotten debug print

David Tardon dtardon at fedoraproject.org
Mon Apr 16 04:55:14 UTC 2012


commit f49f95dd5507383e772c058617bf8631c10f6493
Author: David Tardon <dtardon at redhat.com>
Date:   Mon Apr 16 06:55:03 2012 +0200

    remove forgotten debug print

 gdb-pretty-printers.patch |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gdb-pretty-printers.patch b/gdb-pretty-printers.patch
index 50f87e2..80c99ce 100644
--- a/gdb-pretty-printers.patch
+++ b/gdb-pretty-printers.patch
@@ -239,7 +239,7 @@ new file mode 100644
 index 0000000..e5a5d32
 --- /dev/null
 +++ b/solenv/gdb/libreoffice/sal.py
-@@ -0,0 +1,121 @@
+@@ -0,0 +1,120 @@
 +# Version: MPL 1.1 / GPLv3+ / LGPLv3+
 +#
 +# The contents of this file are subject to the Mozilla Public License Version
@@ -325,7 +325,6 @@ index 0000000..e5a5d32
 +        self.val = val
 +
 +    def to_string(self):
-+        print("RtlReferencePrinter:to_string")
 +        pointee = self.val['m_pBody']
 +        if pointee:
 +            val = pointee.dereference()


More information about the scm-commits mailing list