diff --git a/Modules/pyexpat.c b/Modules/pyexpat.c index e073c4030ff..a7c96f3a689 100644 --- a/Modules/pyexpat.c +++ b/Modules/pyexpat.c @@ -414,8 +414,6 @@ readinst(char *buf, int buf_size, PyObject *meth) PyObject *str = NULL; int len = -1; - fprintf(stderr, "calling readinst()\n"); - if ((bytes = PyInt_FromLong(buf_size)) == NULL) { if (!PyErr_Occurred()) PyErr_SetNone(PyExc_EOFError);