]> granicus.if.org Git - postgis/commitdiff
Do not redefine POSTGIS_DEBUG_LEVEL (that's for debugging)
authorSandro Santilli <strk@keybit.net>
Mon, 20 Jul 2015 16:55:45 +0000 (16:55 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 20 Jul 2015 16:55:45 +0000 (16:55 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13817 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/lwgeom_topo.c
topology/postgis_topology.c

index fb8391478c371fe2e60a2c2bd73e1cc53c5079f2..35da652a748219e6c3e59d7083563bae557b824d 100644 (file)
@@ -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"
index 47ae5854522bc505664ac3b52e1535f0c414daea..f5cbda165a67c0ff95bc9f23143172fa5c84f622 100644 (file)
@@ -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"