remove debugging leftover

This commit is contained in:
Omar Polo 2023-08-07 13:58:43 +00:00
parent d72ac636bb
commit 35579431eb
1 changed files with 0 additions and 2 deletions

2
gmid.c
View File

@ -126,8 +126,6 @@ log_request(struct client *c, int code, const char *meta)
strlcpy(b, t, sizeof(b));
}
log_warnx("log format is %d", conf->log_format);
switch (conf->log_format) {
case LOG_FORMAT_LEGACY:
ec = asprintf(&fmted, "%s:%s GET %s %d %s", c->rhost,