From: Sarah Hoffmann Date: Wed, 6 May 2015 19:51:35 +0000 (+0200) Subject: remove debug output X-Git-Tag: v.2.5.0~54 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/4ba93dcb501255b3eab161265913923c2f18e7e4?ds=inline remove debug output --- diff --git a/sql/functions.sql b/sql/functions.sql index 878c69c9..c54bcad9 100644 --- a/sql/functions.sql +++ b/sql/functions.sql @@ -2245,7 +2245,6 @@ BEGIN housenumber, rank_search, postcode, null from placex where place_id = in_place_id INTO for_place_id, searchcountrycode, searchhousenumber, searchrankaddress, searchpostcode, searchhousename; - RAISE WARNING '% fffff %', in_place_id, for_place_id; END IF; --RAISE WARNING '% % % %',searchcountrycode, searchhousenumber, searchrankaddress, searchpostcode;