From a0c203f507cbade96f27929819ccc7d68294beb9 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Fri, 1 Mar 2019 20:57:31 +0100 Subject: [PATCH] remove norwegian debug --- src/python.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/python.c b/src/python.c index 375391a..fe6e127 100644 --- a/src/python.c +++ b/src/python.c @@ -2141,7 +2141,6 @@ pysocket_async_recv(struct pysocket_op *op) return (NULL); break; case AF_UNIX: - printf("'%s'\n", op->data.sendaddr.sun.sun_path); if ((tuple = Py_BuildValue("(sN)", op->data.sendaddr.sun.sun_path, bytes)) == NULL) return (NULL);