diff options
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/pyexpat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/pyexpat.c b/Modules/pyexpat.c index e073c40..a7c96f3 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); |