]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/server/http.c
enabling http debugging because here comes caldav ugh
[citadel.git] / webcit-ng / server / http.c
index 1740ccec83fdfac8456f84fa02d2a108e441adbd..77c158fe4776a032b69e654d0403bf816481aa3d 100644 (file)
@@ -3,12 +3,7 @@
 // Copyright (c) 1996-2023 by the citadel.org team
 //
 // This program is open source software.  Use, duplication, or
-// disclosure are 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
+// disclosure is subject to the GNU General Public License v3.
 
 #include "webcit.h"