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 d0e9441b60cb8666303be4a806e017fd7b3282d4
parent c8484ee9ab3855ec7b0b811192deee883d2bca0d
Author: Joris Vink <joris@coders.se>
Date:   Mon,  1 Feb 2016 21:41:25 +0100

remove debug.

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

diff --git a/src/config.c b/src/config.c @@ -256,9 +256,6 @@ kore_parse_config_file(char *fpath) continue; } - printf("normalized: '%s'\n", p); - printf("normalized: '%s'\n", t); - for (i = 0; config_names[i].name != NULL; i++) { if (!strcmp(config_names[i].name, p)) { if (config_names[i].configure(t))