remove norwegian debugging

This commit is contained in:
Joris Vink 2018-06-28 23:02:46 +02:00
parent 202234cf97
commit 09b362ced4
1 changed files with 0 additions and 2 deletions

View File

@ -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) {