From 3daa5e663aa02ee9d3d553c6b80081cfde76fec4 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Mon, 9 May 2016 16:52:18 -0400 Subject: More work on showing bugs --- ws2a/showbug.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'ws2a/showbug.c') 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)); } -- cgit v1.2.3-70-g09d2