X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=http_blerg.c;h=ef1409682a6071ae45ea1d69c317ad3ad13e6d47;hb=fc02b699dff00d9f7a8c5856b155607ca8ed5a1d;hp=86a2690f4a6ad419dc79c6e72c476395634cc20f;hpb=453451e03c0e8295031656671eb92fa8b8b0779d;p=blerg.git diff --git a/http_blerg.c b/http_blerg.c index 86a2690..ef14096 100644 --- a/http_blerg.c +++ b/http_blerg.c @@ -30,12 +30,10 @@ ahc_derp (void *cls, struct MHD_Connection *connection, const char *url, const c } memcpy(author, url + 5, len); author[len] = 0; - printf("author: %s\n", author); c = url + (5 + len); if (c[0] == '/' && c[1] != 0) { record = strtoull(c + 1, NULL, 10); - printf("record: %s %l\n", c + 1, record); if (*ptr == NULL) { *ptr = (void *) 1; return MHD_YES;