[pypy-commit] pypy default: remove debug cruft

mattip pypy.commits at gmail.com
Fri Jan 19 10:02:05 EST 2018


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r93686:a6ac7d827f5b
Date: 2018-01-19 17:01 +0200
http://bitbucket.org/pypy/pypy/changeset/a6ac7d827f5b/

Log:	remove debug cruft

diff --git a/pypy/module/cpyext/cdatetime.py b/pypy/module/cpyext/cdatetime.py
--- a/pypy/module/cpyext/cdatetime.py
+++ b/pypy/module/cpyext/cdatetime.py
@@ -79,8 +79,6 @@
             return space.is_true(
                 space.appexec([w_obj], """(obj):
                     from datetime import %s as datatype
-                    if not isinstance(obj, datatype):
-                        print datatype
                     return isinstance(obj, datatype)
                     """ % (type_name,)))
         except OperationError:


More information about the pypy-commit mailing list