projects
/
platform
/
upstream
/
gobject-introspection.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afcc323
)
Be less verbose about source types, we handle most of them now anyway
author
Johan Dahlin
<johan@src.gnome.org>
Fri, 24 Oct 2008 11:40:43 +0000
(11:40 +0000)
committer
Johan Dahlin
<johan@src.gnome.org>
Fri, 24 Oct 2008 11:40:43 +0000
(11:40 +0000)
svn path=/trunk/; revision=812
giscanner/transformer.py
patch
|
blob
|
history
diff --git
a/giscanner/transformer.py
b/giscanner/transformer.py
index 6b0a5a3e994650e6986b15a7550184ae3b8982d1..925010a59ca8a595417018852ccb78e026e99997 100644
(file)
--- a/
giscanner/transformer.py
+++ b/
giscanner/transformer.py
@@
-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