From 628b64629d17fef775838736a17ff43bcef8e471 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 6 Mar 2024 10:01:26 +0000 Subject: Remove inaccurate debug lines Signed-off-by: Laurent Bercot --- src/tipideed/tipideed.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tipideed/tipideed.c b/src/tipideed/tipideed.c index 903828e..2d3c687 100644 --- a/src/tipideed/tipideed.c +++ b/src/tipideed/tipideed.c @@ -274,7 +274,6 @@ static inline int serve (tipidee_rql *rql, char const *docroot, char *uribuf, ti fn[pos] = 0 ; } } - tipidee_log_debug(g.logv, "found ", fn) ; if (S_ISDIR(st.st_mode)) { switch (indexify(rql, docroot, fn, &st)) @@ -286,7 +285,6 @@ static inline int serve (tipidee_rql *rql, char const *docroot, char *uribuf, ti case 0 : break ; } } - tipidee_log_debug(g.logv, "serve: docroot ", docroot, " file ", fn, infopath[0] ? " infopath /" : "", infopath[0] ? infopath : "") ; if (g.xiscgi && st.st_mode & S_IXOTH) ra.flags |= TIPIDEE_RA_FLAG_CGI ; get_resattr(rql, docroot, fn, &ra) ; -- cgit v1.2.3