From 8fdc3b113a7cc687128f768e722d79b87802fecb Mon Sep 17 00:00:00 2001 From: petermcs Date: Wed, 3 Mar 2010 21:45:11 +0000 Subject: [PATCH] Oops didn't mean to commit this with print enabled set to 1 --- bacnet-stack/include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacnet-stack/include/config.h b/bacnet-stack/include/config.h index 1c930d57..130e2bde 100644 --- a/bacnet-stack/include/config.h +++ b/bacnet-stack/include/config.h @@ -97,7 +97,7 @@ /* some modules have debugging enabled using PRINT_ENABLED */ #if !defined(PRINT_ENABLED) -#define PRINT_ENABLED 1 +#define PRINT_ENABLED 0 #endif /* BACAPP decodes WriteProperty service requests