Remove stray exit from debug

This commit is contained in:
Brian Quinion
2013-09-19 15:19:31 +01:00
parent 120d866e3e
commit 65ea0efe68

View File

@@ -370,7 +370,6 @@
echo "Error: Update interval too low for download.geofabrik.de. Please check install documentation (http://wiki.openstreetmap.org/wiki/Nominatim/Installation#Updates)\n";
exit;
}
exit;
$sImportFile = CONST_BasePath.'/data/osmosischange.osc';
$sOsmosisCMD = CONST_Osmosis_Binary;