Be less verbose about source types, we handle most of them now anyway
authorJohan Dahlin <johan@src.gnome.org>
Fri, 24 Oct 2008 11:40:43 +0000 (11:40 +0000)
committerJohan Dahlin <johan@src.gnome.org>
Fri, 24 Oct 2008 11:40:43 +0000 (11:40 +0000)
svn path=/trunk/; revision=812

giscanner/transformer.py

index 6b0a5a3e994650e6986b15a7550184ae3b8982d1..925010a59ca8a595417018852ccb78e026e99997 100644 (file)
@@ -281,8 +281,6 @@ class Transformer(object):
         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