diff options
author | Omar Polo <op@omarpolo.com> | 2023-06-11 09:49:01 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-06-11 09:49:01 +0000 |
commit | f81a97b3569478a36e5cbe95229efd1b831b7a7b (patch) | |
tree | 08d5ac88b53ba8afd571f01a7cba1aa3fc23c4f3 /server.c | |
parent | 725457a9e46a773f0fd5e18c9cf0f00b2347dcaf (diff) |
drop useless debug statement
Diffstat (limited to 'server.c')
-rw-r--r-- | server.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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); |