From: Stefan Behnel Date: Wed, 17 Oct 2007 07:55:16 +0000 (+0200) Subject: removed debug code X-Git-Tag: 0.9.6.14~29^2~119^2~9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a3d670b04719c0158282a67146f1f419a1cfaafd;p=cython.git removed debug code --- diff --git a/Cython/Distutils/build_ext.py b/Cython/Distutils/build_ext.py index f30f47c3..60585e91 100644 --- a/Cython/Distutils/build_ext.py +++ b/Cython/Distutils/build_ext.py @@ -22,7 +22,6 @@ try: compile as cython_compile from Cython.Compiler.Errors import PyrexError except ImportError, e: - print e PyrexError = None from distutils.command import build_ext as _build_ext