turn off debug printf in httpd
authorJim Morris <morris@wolfman.com>
Thu, 30 Aug 2018 20:18:12 +0000 (21:18 +0100)
committerJim Morris <morris@wolfman.com>
Thu, 30 Aug 2018 20:18:12 +0000 (21:18 +0100)
src/libs/Network/uip/webserver/httpd.c

index ef0d6fc..1bedfc9 100644 (file)
@@ -95,8 +95,8 @@
 #define ISO_slash   0x2f
 #define ISO_colon   0x3a
 
-#define DEBUG_PRINTF printf
-//#define DEBUG_PRINTF(...)
+//#define DEBUG_PRINTF printf
+#define DEBUG_PRINTF(...)
 
 
 // this callback gets the results of a command, line by line. need to check if