From: Sarah Hoffmann Date: Mon, 6 May 2013 19:33:01 +0000 (+0200) Subject: remove debug putput X-Git-Tag: v2.2.0~75 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/0e6cfed1a47da67e2a514204f0c41043a3fca19f remove debug putput --- diff --git a/website/search.php b/website/search.php index 816b248c..3b0d6ffb 100755 --- a/website/search.php +++ b/website/search.php @@ -305,7 +305,6 @@ if (isset($_GET['nearlat']) && isset($_GET['nearlon'])) { $sNearPointSQL = "ST_SetSRID(ST_Point(".(float)$_GET['nearlon'].",".(float)$_GET['nearlat']."),4326)"; - echo '
--'.$sNearPointSQL.'--
'; $aSearches[0]['fLat'] = (float)$_GET['nearlat']; $aSearches[0]['fLon'] = (float)$_GET['nearlon']; $aSearches[0]['fRadius'] = 0.1;