Remove debugging print. ;(

This commit is contained in:
Fred Drake 2000-09-22 04:49:50 +00:00
parent 343ad7a572
commit 0f6dcb3f9e
1 changed files with 0 additions and 2 deletions

View 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);