turn off debugging
authorAlan T. DeKok <aland@freeradius.org>
Wed, 30 Dec 2015 16:29:50 +0000 (11:29 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 30 Dec 2015 16:29:50 +0000 (11:29 -0500)
src/main/evaluate.c

index d3fbccc..c00a92a 100644 (file)
@@ -30,8 +30,6 @@ RCSID("$Id$")
 
 #include <ctype.h>
 
-#define WITH_EVAL_DEBUG (1)
-
 #ifdef WITH_UNLANG
 #ifdef WITH_EVAL_DEBUG
 #  define EVAL_DEBUG(fmt, ...) printf("EVAL: ");printf(fmt, ## __VA_ARGS__);printf("\n");fflush(stdout)