From 85e3457db8eca1213dc190838310d0e37c2ac0a0 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 23 May 2008 22:32:33 +0200 Subject: [PATCH] removed left-over --- Cython/Compiler/Symtab.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Cython/Compiler/Symtab.py b/Cython/Compiler/Symtab.py index a5b1fd01..08edcff6 100644 --- a/Cython/Compiler/Symtab.py +++ b/Cython/Compiler/Symtab.py @@ -1412,7 +1412,6 @@ static PyObject* __Pyx_Method_ClassMethod(PyObject *method) { else if (PyCFunction_Check(method)) { return PyClassMethod_New(method); } - printf("%s\\n", Py_TYPE(method)->tp_name); PyErr_Format(PyExc_TypeError, "Class-level classmethod() can only be called on a method_descriptor or instance method."); return NULL; } -- 2.26.2