Fill: remove warning loggers that confused people

This commit is contained in:
Fabian Dill
2022-01-24 04:50:49 +01:00
parent 7a7e3544cf
commit 415526d23e
2 changed files with 3 additions and 2 deletions

View File

@@ -135,8 +135,6 @@ def distribute_items_restrictive(world: MultiWorld):
for loc in fill_locations:
locations[loc.progress_type].append(loc)
logging.warning("Locations: " + str(len(fill_locations)))
logging.warning("Items: " + str(len(world.itempool)))
prioritylocations = locations[LocationProgressType.PRIORITY]
defaultlocations = locations[LocationProgressType.DEFAULT]