aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Server.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Server.c b/src/Server.c
index f014ebd..4bc852f 100644
--- a/src/Server.c
+++ b/src/Server.c
@@ -374,7 +374,6 @@ printf ("Searching for '%s'\n", path);
/* Check for index.html */
if(path[strlen(path)-1] == '/')
{
-#define HTTP_DEBUG 1
#ifdef HTTP_DEBUG
printf("Looking for '%sindex.html'\n", path);
#endif