mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 12:39:01 -04:00
remove norwegian debug
This commit is contained in:
parent
31a9a70d5a
commit
a0c203f507
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user