Remove debug code
authorAlan T. DeKok <aland@freeradius.org>
Wed, 18 Feb 2015 20:53:09 +0000 (15:53 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 18 Feb 2015 20:53:09 +0000 (15:53 -0500)
src/main/files.c

index f6eec3c..fb80df3 100644 (file)
@@ -35,7 +35,7 @@ RCSID("$Id$")
 /*
  *     Debug code.
  */
-#if 1
+#if 0
 static void debug_pair_list(PAIR_LIST *pl)
 {
        VALUE_PAIR *vp;
@@ -327,11 +327,6 @@ parse_again:
                *last = t;
                last = &(t->next);
 
-               if (strcmp(entry, "bob") == 0) {
-                       DEBUG("######################################################################");
-                       debug_pair_list(t);
-               }
-
                /*
                 *      Look for a name.  If we came here because
                 *      there were no reply attributes, then re-parse