From 0f6dcb3f9ee50faa19fa8aa62c84d8fdb9abbcbc Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 22 Sep 2000 04:49:50 +0000 Subject: [PATCH] Remove debugging print. ;( --- Modules/pyexpat.c | 2 -- 1 file changed, 2 deletions(-) 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);