]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/Geocode.php
remove debug output
[nominatim.git] / lib / Geocode.php
index ae82498f2b847e35ab2da436377cb69d0f3857c7..273fc0f006ff12361fdd106ad30c69d89f1ebdbe 100644 (file)
@@ -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];