Be less verbose
authorJoey Schulze <joey@infodrom.org>
Sun, 2 Dec 2007 22:19:42 +0000 (22:19 +0000)
committerJoey Schulze <joey@infodrom.org>
Sun, 2 Dec 2007 22:19:42 +0000 (22:19 +0000)
cgi.c

diff --git a/cgi.c b/cgi.c
index e9039f6..fa5dd15 100644 (file)
--- a/cgi.c
+++ b/cgi.c
@@ -179,7 +179,6 @@ s_cgi *cgiReadMultipart (char *boundary)
            if (!strlen(line))
                header = 0;
        } else {
-           cgiDebugOutput (2, "Found data: %s", line);
            if (name) {
 
                /* try to find out if there's already such a variable */