disable debug message in interpolation processing

This commit is contained in:
Sarah Hoffmann
2022-02-07 23:30:25 +01:00
parent 02894ca4a4
commit 6b9fea6f1a

View 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