diff options
author | Fred Drake <fdrake@acm.org> | 2000-09-22 04:49:50 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-09-22 04:49:50 (GMT) |
commit | 0f6dcb3f9ee50faa19fa8aa62c84d8fdb9abbcbc (patch) | |
tree | 5a12d8be428424d14f02a615ee2ab4aa91705c55 /Modules/pyexpat.c | |
parent | 343ad7a572b8cd4c877f6db6e927e3104e6d65a4 (diff) | |
download | cpython-0f6dcb3f9ee50faa19fa8aa62c84d8fdb9abbcbc.zip cpython-0f6dcb3f9ee50faa19fa8aa62c84d8fdb9abbcbc.tar.gz cpython-0f6dcb3f9ee50faa19fa8aa62c84d8fdb9abbcbc.tar.bz2 |
Remove debugging print. ;(
Diffstat (limited to 'Modules/pyexpat.c')
-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); |