diff options
Diffstat (limited to 'ws2a/showbug.c')
| -rw-r--r-- | ws2a/showbug.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ws2a/showbug.c b/ws2a/showbug.c index 8aa4aeb..a92776e 100644 --- a/ws2a/showbug.c +++ b/ws2a/showbug.c @@ -9,7 +9,6 @@ int main(){ char* hardip = getenv("REMOTE_ADDR"); printf("%s%c%c\n", "Content-Type:text/html;charset=iso-8859-1",13,10); - printf("Data:%s",data); FILE* lastfilenum; lastfilenum = fopen("../ws2a/bugs/lastbug","r"); if(lastfilenum == NULL){ @@ -21,7 +20,6 @@ int main(){ fclose(lastfilenum); long long thisid = 0; sscanf(data,"id=%lld",&thisid); - printf("Looking for bugid:%lld",thisid); if(thisid > last){ printf("Invalid!"); return 1; @@ -37,7 +35,6 @@ int main(){ printf("Unable to open bug file!"); return 1; } - printf("File:"); while(!feof(bugfile)){ putchar(fgetc(bugfile)); } |
