kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit a0c203f507cbade96f27929819ccc7d68294beb9
parent 31a9a70d5a877d34e39f99e27e81d3e08eeea17f
Author: Joris Vink <joris@coders.se>
Date:   Fri,  1 Mar 2019 20:57:31 +0100

remove norwegian debug

Diffstat:
src/python.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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);