summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util.c b/util.c
index 2b62513..ade8613 100644
--- a/util.c
+++ b/util.c
@@ -92,7 +92,6 @@ int get(char *host, char *path, char *sendcookie, char *savecookie, char **buf)
if(savecookie != NULL) {
while((t2 = strstr(t2, "Set-Cookie: ")) && sscanf(t2, m, c)) {
strncat(savecookie, c, COOKIEMAX);
- printf("set cookie %s\n",c);
t2++;
}
}