]> granicus.if.org Git - postgis/commitdiff
Unset debug define.
authorSandro Santilli <strk@keybit.net>
Wed, 27 Oct 2004 13:35:28 +0000 (13:35 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 27 Oct 2004 13:35:28 +0000 (13:35 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1051 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwgeom_geos.c
lwgeom/lwgeom_geos_wrapper.cpp

index d5e4152e91078056fd5a7c977bb08ec284a1f0eb..a566e6e530cf5a253b6627d5f6ca463c089b4f80 100644 (file)
@@ -49,7 +49,7 @@ Datum GEOS_makepoly_garray(PG_FUNCTION_ARGS);
 #define DEBUG_POSTGIS2GEOS 1
 #define DEBUG_GEOS2POSTGIS 1
 #endif // DEBUG_CONVERTER
-#define DEBUG 1
+//#define DEBUG 1
 
 typedef  struct Geometry Geometry;
 
index 7a7185761eb9029c8b40362f40d8261caa80e5eb..e89cd54ba4f6839257b41322fc5cd4c1c86efb36 100644 (file)
@@ -14,7 +14,7 @@
 #endif // GEOS_FIRST_INTERFACE <= 3
 
 //#define DEBUG_POSTGIS2GEOS 1
-#define DEBUG 1
+//#define DEBUG 1
 
 using namespace geos;