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 7bc1a92192f63844d261f8d08d6c9b18b6f32cec
parent 6c8970651ced85274670cc74fb57c2584d0fe8a3
Author: Joris Vink <joris@coders.se>
Date:   Fri,  4 Oct 2019 12:44:37 +0200

remove norwegian debug

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

diff --git a/src/python.c b/src/python.c @@ -2085,8 +2085,6 @@ python_kore_corotrace(PyObject *self, PyObject *args) if (!PyArg_ParseTuple(args, "b", &coro_tracing)) return (NULL); - printf("coro tracing is now %d\n", coro_tracing); - Py_RETURN_NONE; }