From 98200ed9f02d42a59615dc03fa8f9fe73b41f580 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Thu, 11 Mar 1999 01:36:23 +0000 Subject: [PATCH] Disable all debugging by default --- includes/site.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/site.h b/includes/site.h index fdc88b514..80f6a837c 100644 --- a/includes/site.h +++ b/includes/site.h @@ -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. */ -- 2.47.3