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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -327,9 +327,6 @@ int main(int argc, char** argv) {
} }
} }
LogInfo("Purging expired data buckets");
database.PurgeAllDeletedDataBuckets();
LogInfo("Loading zones"); LogInfo("Loading zones");
world_store.LoadZones(); world_store.LoadZones();