use Debug class for formatting reverse debug output

This commit is contained in:
Sarah Hoffmann
2020-10-12 17:12:03 +02:00
parent bb5ffd3904
commit e115de47fc
2 changed files with 34 additions and 13 deletions

View File

@@ -38,7 +38,6 @@ if ($sOsmType && $iOsmId > 0) {
$oReverseGeocode->setZoom($iZoom);
$oLookup = $oReverseGeocode->lookup($fLat, $fLon);
if (CONST_Debug) var_dump($oLookup);
if ($oLookup) {
$aPlaces = $oPlaceLookup->lookup(array($oLookup->iId => $oLookup));