remove norwegian debug

This commit is contained in:
Joris Vink 2019-03-01 20:57:31 +01:00
parent 31a9a70d5a
commit a0c203f507
1 changed files with 0 additions and 1 deletions

View File

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