kill debug

This commit is contained in:
Joris Vink 2019-06-07 21:25:18 +02:00
parent 3cc7d6e238
commit 6ed3ac4658
1 changed files with 0 additions and 1 deletions

View File

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