Author: Armin Rigo <[email protected]>
Branch:
Changeset: r1154:078d2278e663
Date: 2013-02-13 10:00 +0100
http://bitbucket.org/cffi/cffi/changeset/078d2278e663/
Log: Remove the debugging print
diff --git a/cffi/cparser.py b/cffi/cparser.py
--- a/cffi/cparser.py
+++ b/cffi/cparser.py
@@ -102,7 +102,6 @@
# typedefs, because their presence or absence influences the
# parsing itself (but what they are typedef'ed to plays no role)
ctn = _common_type_names(csource)
- print `csource`, ctn
typenames = []
for name in sorted(self._declarations):
if name.startswith('typedef '):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit