diff --git a/src/parser.c b/src/parser.c

index eb9aa5ec3d1da4a222e9ec0c76ad19ba004b9a2c..b9db3d2000f1176df4a21300f7b806ed6a5ded75 100644

--- a/src/parser.c

+++ b/src/parser.c

@@ -52,7 +52,6 @@ p->bufln += n;

p->buf[p->bufln] = 0;

}

- // TODO: Collapse multi-line text for the user-agent to wrap

char *end;

if ((end = strstr(p->buf, "\n")) != NULL) {

*end = 0;