gobject-introspection r812 - trunk/giscanner



Author: johan
Date: Fri Oct 24 11:40:43 2008
New Revision: 812
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=812&view=rev

Log:
Be less verbose about source types, we handle most of them now anyway

Modified:
   trunk/giscanner/transformer.py

Modified: trunk/giscanner/transformer.py
==============================================================================
--- trunk/giscanner/transformer.py	(original)
+++ trunk/giscanner/transformer.py	Fri Oct 24 11:40:43 2008
@@ -281,8 +281,6 @@
         elif source_type.type == CTYPE_POINTER:
             value = self._create_source_type(source_type.base_type) + '*'
         else:
-            print 'TRANSFORMER: Unhandled source type %r' % (
-                source_type, )
             value = 'any'
         return value
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]