From dfa19108af589714eef19c1f303b64a6dd576e67 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Wed, 3 Jan 2018 15:58:34 +0100 Subject: [PATCH] turned off some debug statements --- src/utils/hldata.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/hldata.cpp b/src/utils/hldata.cpp index e59bde2e..65eb6975 100644 --- a/src/utils/hldata.cpp +++ b/src/utils/hldata.cpp @@ -65,7 +65,7 @@ bool do_proximity_test(int window, vector*>& plists, return false; } -#define DEBUGGROUPS +#undef DEBUGGROUPS #ifdef DEBUGGROUPS #define LOGRP LOGDEB #else