disable debug output in test web server

This commit is contained in:
Arvid Norberg 2013-10-01 22:18:13 +00:00
parent f3ec7283ad
commit 0e7fb25916
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <signal.h>
#endif
#define DEBUG_WEB_SERVER 1
#define DEBUG_WEB_SERVER 0
#define DLOG if (DEBUG_WEB_SERVER) fprintf