From: Fred Drake Date: Fri, 22 Sep 2000 04:49:50 +0000 (+0000) Subject: Remove debugging print. ;( X-Git-Tag: v2.0b2~138 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f6dcb3f9ee50faa19fa8aa62c84d8fdb9abbcbc;p=thirdparty%2FPython%2Fcpython.git Remove debugging print. ;( --- diff --git a/Modules/pyexpat.c b/Modules/pyexpat.c index e073c4030ffd..a7c96f3a689a 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);