diff options
Diffstat (limited to 'anteraja.c')
-rw-r--r-- | anteraja.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -1,6 +1,3 @@ -#ifdef DEBUG -#include <stdio.h> -#endif #include "shipping.h" #include "handler.h" @@ -40,10 +37,6 @@ size_t anteraja_services_handle(const char *contents, size_t size, size_t nmemb, struct pikul_services **services) { size_t realsize = size * nmemb; -#ifdef DEBUG - ((char *)contents)[realsize] = '\0'; - fprintf(stderr, "%s\n", contents); -#endif handle_services(contents, realsize, status_trail, (const char *[]){ "content", "services", |