remove norwegian debug

This commit is contained in:
Joris Vink 2019-10-04 12:44:37 +02:00
parent 6c8970651c
commit 7bc1a92192
1 changed files with 0 additions and 2 deletions

View File

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