drop useless debug statement

This commit is contained in:
Omar Polo 2023-06-11 09:49:01 +00:00
parent 725457a9e4
commit f81a97b356
1 changed files with 0 additions and 2 deletions

View File

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