]> git.openstreetmap.org Git - nominatim.git/commitdiff
remove debug output
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 12 Oct 2016 20:27:46 +0000 (22:27 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 12 Oct 2016 20:27:46 +0000 (22:27 +0200)
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];