]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Disable all debugging by default
authorTed Lemon <source@isc.org>
Thu, 11 Mar 1999 01:36:23 +0000 (01:36 +0000)
committerTed Lemon <source@isc.org>
Thu, 11 Mar 1999 01:36:23 +0000 (01:36 +0000)
includes/site.h

index fdc88b514e213152cb8ff9ca1127bbe27b49835c..80f6a837cc788140a9d999c1dbe95d9a021ea09b 100644 (file)
@@ -32,7 +32,7 @@
 
 /* Define this if you want to see dumps of find_lease() in action. */
 
-#define DEBUG_FIND_LEASE
+/* #define DEBUG_FIND_LEASE */
 
 /* Define this if you want to see dumps of parsed expressions. */