removed debug code
authorStefan Behnel <scoder@users.berlios.de>
Wed, 17 Oct 2007 07:55:16 +0000 (09:55 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 17 Oct 2007 07:55:16 +0000 (09:55 +0200)
Cython/Distutils/build_ext.py

index f30f47c3b07418d8fd96c94512154d34b68f9c9f..60585e91a1178d943bfa72949eeb09aad946135b 100644 (file)
@@ -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