Removed duplicate code for pruning merhantlist_temp

The code already exists, guarded by a rule.
This commit is contained in:
Paul Coene
2020-08-19 14:48:28 -04:00
committed by GitHub
parent b57bcced40
commit 7cc23fcbeb
-3
View File
@@ -327,9 +327,6 @@ int main(int argc, char** argv) {
}
}
LogInfo("Purging expired data buckets");
database.PurgeAllDeletedDataBuckets();
LogInfo("Loading zones");
world_store.LoadZones();