aboutsummaryrefslogtreecommitdiff
path: root/server.c
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-06-11 09:49:01 +0000
committerOmar Polo <op@omarpolo.com>2023-06-11 09:49:01 +0000
commitf81a97b3569478a36e5cbe95229efd1b831b7a7b (patch)
tree08d5ac88b53ba8afd571f01a7cba1aa3fc23c4f3 /server.c
parent725457a9e46a773f0fd5e18c9cf0f00b2347dcaf (diff)
drop useless debug statement
Diffstat (limited to 'server.c')
-rw-r--r--server.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/server.c b/server.c
index 6ae720a..483dd0b 100644
--- a/server.c
+++ b/server.c
@@ -799,8 +799,6 @@ open_dir(struct client *c)
int dirfd, root;
char *before_file;
- log_debug("in open_dir");
-
root = !strcmp(c->iri.path, "/") || *c->iri.path == '\0';
len = strlen(c->iri.path);