From 23ba6cc57fbbc271b20c32c0df253aa2e975584e Mon Sep 17 00:00:00 2001 From: Luze Xu Date: Mon, 26 Feb 2024 10:50:33 -0800 Subject: [PATCH] comment debug --- src/cmr/regularity.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmr/regularity.c b/src/cmr/regularity.c index 7adfe446..a60c8e6f 100644 --- a/src/cmr/regularity.c +++ b/src/cmr/regularity.c @@ -1,4 +1,4 @@ -#define CMR_DEBUG /** Uncomment to debug this file. */ +// #define CMR_DEBUG /** Uncomment to debug this file. */ #include "env_internal.h" #include "regularity_internal.h"