From a3d670b04719c0158282a67146f1f419a1cfaafd Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Wed, 17 Oct 2007 09:55:16 +0200 Subject: [PATCH] removed debug code --- Cython/Distutils/build_ext.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.26.2