From cdd04fffe5ccecc00dbc2fbc69fc505a8b9533b3 Mon Sep 17 00:00:00 2001 From: Florent Lamiraux <florent@laas.fr> Date: Fri, 18 Dec 2020 10:15:32 +0000 Subject: [PATCH] Remove definition of HPP_DEBUG. --- src/graph/validation.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/graph/validation.cc b/src/graph/validation.cc index adfacaf..6365bc3 100644 --- a/src/graph/validation.cc +++ b/src/graph/validation.cc @@ -14,8 +14,6 @@ // received a copy of the GNU Lesser General Public License along with // hpp-manipulation. If not, see <http://www.gnu.org/licenses/>. -#define HPP_DEBUG 1 - #include "hpp/manipulation/graph/validation.hh" #include <sstream> -- GitLab