[pypy-commit] cffi default: drop debug print

vyskocilm pypy.commits at gmail.com
Thu Jan 31 04:26:45 EST 2019


Author: Michal Vyskocil <michal.vyskocil at gmail.com>
Branch: 
Changeset: r3192:e23bbddde57b
Date: 2017-05-25 09:26 +0200
http://bitbucket.org/cffi/cffi/changeset/e23bbddde57b/

Log:	drop debug print

diff --git a/cffi/api.py b/cffi/api.py
--- a/cffi/api.py
+++ b/cffi/api.py
@@ -623,7 +623,6 @@
                     del kwds ["pkgconfig"]
                 except KeyError:
                     pass
-        print (kwds)
         self._assigned_source = (str(module_name), source,
                                  source_extension, kwds)
 


More information about the pypy-commit mailing list