Commit 0f6dcb3f authored by Fred Drake's avatar Fred Drake

Remove debugging print. ;(

parent 343ad7a5
...@@ -414,8 +414,6 @@ readinst(char *buf, int buf_size, PyObject *meth) ...@@ -414,8 +414,6 @@ readinst(char *buf, int buf_size, PyObject *meth)
PyObject *str = NULL; PyObject *str = NULL;
int len = -1; int len = -1;
fprintf(stderr, "calling readinst()\n");
if ((bytes = PyInt_FromLong(buf_size)) == NULL) { if ((bytes = PyInt_FromLong(buf_size)) == NULL) {
if (!PyErr_Occurred()) if (!PyErr_Occurred())
PyErr_SetNone(PyExc_EOFError); PyErr_SetNone(PyExc_EOFError);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment