From 0e35fbe06be117d3fb089df7aa7624aed8611cdf Mon Sep 17 00:00:00 2001 From: Le Quang Anh <43576719+Toefinder@users.noreply.github.com> Date: Fri, 13 May 2022 19:36:02 +0200 Subject: [PATCH] Remove HPP_DEBUG --- src/path-planner/states-path-finder.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/path-planner/states-path-finder.cc b/src/path-planner/states-path-finder.cc index 3fa02629..92bec84b 100644 --- a/src/path-planner/states-path-finder.cc +++ b/src/path-planner/states-path-finder.cc @@ -17,7 +17,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 #include <hpp/manipulation/path-planner/states-path-finder.hh> #include <map> -- GitLab