From: Stefan Behnel Date: Fri, 23 May 2008 20:32:33 +0000 (+0200) Subject: removed left-over X-Git-Tag: 0.9.8rc1~11^2~10^2~15^2~14 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=85e3457db8eca1213dc190838310d0e37c2ac0a0;p=cython.git removed left-over --- 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; }