remove more traces of osmosis-init

This commit is contained in:
Sarah Hoffmann
2020-08-11 10:43:04 +02:00
parent 7ae16f7302
commit 4b21cc1737

View File

@@ -59,12 +59,6 @@ if ($aCMDResult['import-data'] || $aCMDResult['all']) {
checkInFile($aCMDResult['osm-file']);
}
// osmosis init is no longer supported
if ($aCMDResult['osmosis-init']) {
$bDidSomething = true;
echo "Command 'osmosis-init' no longer available, please use utils/update.php --init-updates.\n";
}
// ******************************************************
// instantiate Setup class
$oSetup = new SetupFunctions($aCMDResult);