Fill: remove warning loggers that confused people
This commit is contained in:
		
							parent
							
								
									7a7e3544cf
								
							
						
					
					
						commit
						415526d23e
					
				
							
								
								
									
										2
									
								
								Fill.py
								
								
								
								
							
							
						
						
									
										2
									
								
								Fill.py
								
								
								
								
							| 
						 | 
				
			
			@ -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]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -15,6 +15,9 @@ Currently, the following games are supported:
 | 
			
		|||
* Secret of Evermore
 | 
			
		||||
* Final Fantasy
 | 
			
		||||
* Rogue Legacy
 | 
			
		||||
* VVVVVV
 | 
			
		||||
* Raft
 | 
			
		||||
* Super Mario 64
 | 
			
		||||
 | 
			
		||||
For setup and instructions check out our [tutorials page](https://archipelago.gg/tutorial/).
 | 
			
		||||
Downloads can be found at [Releases](https://github.com/ArchipelagoMW/Archipelago/releases), including compiled
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue