gobject-introspection r623 - trunk/giscanner
- From: walters svn gnome org
- To: svn-commits-list gnome org
- Subject: gobject-introspection r623 - trunk/giscanner
- Date: Sat, 20 Sep 2008 00:11:42 +0000 (UTC)
Author: walters
Date: Sat Sep 20 00:11:42 2008
New Revision: 623
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=623&view=rev
Log:
Remove dbeug print
Modified:
trunk/giscanner/glibtransformer.py
Modified: trunk/giscanner/glibtransformer.py
==============================================================================
--- trunk/giscanner/glibtransformer.py (original)
+++ trunk/giscanner/glibtransformer.py Sat Sep 20 00:11:42 2008
@@ -166,7 +166,6 @@
prefix = type_name[:-len(suffix)]
no_uscore_prefixed = (prefix + '_' + to_underscores(suffix)).lower()
self._uscore_type_names[no_uscore_prefixed] = node
- print "ADDING USCORED: %r %r" % (uscored, no_uscore_prefixed)
# Helper functions
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]