enabling http debugging because here comes caldav ugh
[citadel.git] / webcit-ng / server / http.c
index d6037f94365f6851f8e1a8138b86caa6fd3dc45e..77c158fe4776a032b69e654d0403bf816481aa3d 100644 (file)
@@ -5,11 +5,6 @@
 // This program is open source software.  Use, duplication, or
 // disclosure is subject to the GNU General Public License v3.
 
-// uncomment one or more of these to see raw http transactions
-//#define DEBUG_HTTP
-//#define REQUEST_BODY_TO_STDERR
-//#define RESPONSE_BODY_TO_STDERR
-
 #include "webcit.h"
 
 // Write data to the HTTP client.  Encrypt if necessary.