From: Sandro Santilli Date: Mon, 20 Jul 2015 16:55:45 +0000 (+0000) Subject: Do not redefine POSTGIS_DEBUG_LEVEL (that's for debugging) X-Git-Tag: 2.2.0rc1~238 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90f61e7b3c5273d1e592ea8bfa1278534cbfff33;p=postgis Do not redefine POSTGIS_DEBUG_LEVEL (that's for debugging) git-svn-id: http://svn.osgeo.org/postgis/trunk@13817 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/liblwgeom/lwgeom_topo.c b/liblwgeom/lwgeom_topo.c index fb8391478..35da652a7 100644 --- a/liblwgeom/lwgeom_topo.c +++ b/liblwgeom/lwgeom_topo.c @@ -18,7 +18,7 @@ #include "../postgis_config.h" -#define POSTGIS_DEBUG_LEVEL 1 +/*#define POSTGIS_DEBUG_LEVEL 1*/ #include "lwgeom_log.h" #include "liblwgeom_internal.h" diff --git a/topology/postgis_topology.c b/topology/postgis_topology.c index 47ae58545..f5cbda165 100644 --- a/topology/postgis_topology.c +++ b/topology/postgis_topology.c @@ -23,7 +23,7 @@ #include "liblwgeom_internal.h" /* for gbox_clone */ #include "liblwgeom_topo.h" -#define POSTGIS_DEBUG_LEVEL 1 +/*#define POSTGIS_DEBUG_LEVEL 1*/ #include "lwgeom_log.h" #include "lwgeom_pg.h"