removed left-over
authorStefan Behnel <scoder@users.berlios.de>
Fri, 23 May 2008 20:32:33 +0000 (22:32 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 23 May 2008 20:32:33 +0000 (22:32 +0200)
Cython/Compiler/Symtab.py

index a5b1fd01c1f1d238758c827e6cc1e78151494c7c..08edcff6fe3984a74e55968d6b6586c5c43ccfdf 100644 (file)
@@ -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;
 }