]> git.openstreetmap.org Git - nominatim.git/commitdiff
disable debug message in interpolation processing
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 7 Feb 2022 22:30:25 +0000 (23:30 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 7 Feb 2022 22:30:25 +0000 (23:30 +0100)
lib-sql/functions/interpolation.sql

index 64775678bb26f8159969ca1144a64aa05ab18ce3..c8cfbcc68c53dece2e3f84ea40c12f99dc77da86 100644 (file)
@@ -213,7 +213,7 @@ BEGIN
               and address is not NULL and address ? 'housenumber'
         ORDER BY nodeidpos
     LOOP
-      RAISE WARNING 'processing point % (%)', nextnode.hnr, ST_AsText(nextnode.geometry);
+      {% if debug %}RAISE WARNING 'processing point % (%)', nextnode.hnr, ST_AsText(nextnode.geometry);{% endif %}
       IF linegeo is null THEN
         linegeo := NEW.linegeo;
       ELSE