[postgis-tickets] r15859 - Disable accidentally enabled debug

Sandro Santilli strk at kbt.io
Sat Sep 30 10:35:43 PDT 2017


Author: strk
Date: 2017-09-30 10:35:42 -0700 (Sat, 30 Sep 2017)
New Revision: 15859

Modified:
   trunk/liblwgeom/lwgeom_topo.c
Log:
Disable accidentally enabled debug

Modified: trunk/liblwgeom/lwgeom_topo.c
===================================================================
--- trunk/liblwgeom/lwgeom_topo.c	2017-09-30 17:30:44 UTC (rev 15858)
+++ trunk/liblwgeom/lwgeom_topo.c	2017-09-30 17:35:42 UTC (rev 15859)
@@ -26,7 +26,7 @@
 
 #include "../postgis_config.h"
 
-#define POSTGIS_DEBUG_LEVEL 1
+/*#define POSTGIS_DEBUG_LEVEL 1*/
 #include "lwgeom_log.h"
 
 #include "liblwgeom_internal.h"



More information about the postgis-tickets mailing list