[gobject-introspection/wip/transformer] Remove debug print
- From: Colin Walters <walters src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gobject-introspection/wip/transformer] Remove debug print
 
- Date: Fri, 23 Jul 2010 10:36:13 +0000 (UTC)
 
commit 7d82a2ab10d7675fc62a4bd04065b1b21bb5c4a1
Author: Colin Walters <walters verbum org>
Date:   Thu Jul 22 21:20:45 2010 -0400
    Remove debug print
 giscanner/glibtransformer.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/giscanner/glibtransformer.py b/giscanner/glibtransformer.py
index fde6d8a..8405177 100644
--- a/giscanner/glibtransformer.py
+++ b/giscanner/glibtransformer.py
@@ -696,7 +696,6 @@ method or constructor of some type."""
         record = self._namespace.get(node.name)
         if record is None:
             return
-        print "record %r fields: %r" % (node, node.fields)
         node.fields = record.fields
         for field in node.fields:
             if isinstance(field, Field):
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]