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 09b362ced496df70ab5ac177fcec9869cc59889f
parent 202234cf970182207ccb8fc7ee8df87a58fe63eb
Author: Joris Vink <joris@coders.se>
Date:   Thu, 28 Jun 2018 23:02:46 +0200

remove norwegian debugging

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

diff --git a/src/filemap.c b/src/filemap.c @@ -149,8 +149,6 @@ filemap_serve(struct http_request *req, struct filemap_entry *map) index = 0; lookup: - printf("path: %s\n", fpath); - if ((ref = kore_fileref_get(fpath)) == NULL) { if ((fd = open(fpath, O_RDONLY | O_NOFOLLOW)) == -1) { switch (errno) {