forked from mirrors/kore
kill debug
This commit is contained in:
parent
3cc7d6e238
commit
6ed3ac4658
|
@ -631,7 +631,6 @@ pyconnection_dealloc(struct pyconnection *pyc)
|
|||
static void
|
||||
pyhttp_dealloc(struct pyhttp_request *pyreq)
|
||||
{
|
||||
printf("http request deallocated\n");
|
||||
Py_XDECREF(pyreq->dict);
|
||||
Py_XDECREF(pyreq->data);
|
||||
PyObject_Del((PyObject *)pyreq);
|
||||
|
|
Loading…
Reference in New Issue