]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove debugging print. ;(
authorFred Drake <fdrake@acm.org>
Fri, 22 Sep 2000 04:49:50 +0000 (04:49 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 22 Sep 2000 04:49:50 +0000 (04:49 +0000)
Modules/pyexpat.c

index e073c4030ffd83c58efc6ad8510286378761594b..a7c96f3a689ae1ebc320e6ac7d35909cfa2450af 100644 (file)
@@ -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);