From: Sarah Hoffmann Date: Wed, 12 Oct 2016 20:27:46 +0000 (+0200) Subject: remove debug output X-Git-Tag: v3.0.0~104 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/e69115fd8f6bcb5d9b3490909a36fc6716d54248?hp=--cc remove debug output --- e69115fd8f6bcb5d9b3490909a36fc6716d54248 diff --git a/lib/Geocode.php b/lib/Geocode.php index ae82498f..273fc0f0 100644 --- a/lib/Geocode.php +++ b/lib/Geocode.php @@ -187,7 +187,7 @@ class Geocode || $this->aViewBox[3] > 90 || $this->aViewBox[1] >= $this->aViewBox[3] ) { - userError("Bad parameter 'viewbox'. Out of range".$this->aViewBox[0]."|".$this->aViewBox[1]."|".$this->aViewBox[2]."|".$this->aViewBox[3]); + userError("Bad parameter 'viewbox'. Out of range."); } $fHeight = $this->aViewBox[0] - $this->aViewBox[2];