]> granicus.if.org Git - postgis/commitdiff
Do not force debug on in C topology
authorSandro Santilli <strk@keybit.net>
Thu, 20 Aug 2015 15:13:18 +0000 (15:13 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 20 Aug 2015 15:13:18 +0000 (15:13 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13952 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/lwgeom_topo.c
topology/postgis_topology.c

index 6b1be217233a3c8cb4f7570b064ccc7b742d7256..f82865ba624254f5fa33d38cd6a835853b3e8ac1 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 a46e6e52d56a1fc7e53e2bab75203cdc6a8b57d3..3b3d43cf63e307ca16effa561bcd938d4755e86a 100644 (file)
@@ -24,7 +24,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"