turned off some debug statements

This commit is contained in:
Jean-Francois Dockes 2018-01-03 15:58:34 +01:00
parent a35de1ef1e
commit dfa19108af

View File

@ -65,7 +65,7 @@ bool do_proximity_test(int window, vector<const vector<int>*>& plists,
return false;
}
#define DEBUGGROUPS
#undef DEBUGGROUPS
#ifdef DEBUGGROUPS
#define LOGRP LOGDEB
#else