From: Sarah Hoffmann Date: Mon, 7 Feb 2022 22:30:25 +0000 (+0100) Subject: disable debug message in interpolation processing X-Git-Tag: v4.1.0~81 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/6b9fea6f1a91a195e2aacec985bc763c43ab2f2b disable debug message in interpolation processing --- diff --git a/lib-sql/functions/interpolation.sql b/lib-sql/functions/interpolation.sql index 64775678..c8cfbcc6 100644 --- a/lib-sql/functions/interpolation.sql +++ b/lib-sql/functions/interpolation.sql @@ -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