Remove debug output. Oops.
This commit is contained in:
		@@ -499,7 +499,6 @@ class Generator:
 | 
			
		||||
        while tries < self.params["loop_tries"] and \
 | 
			
		||||
                loops < self.params["loop_max"]:
 | 
			
		||||
            tries += 1
 | 
			
		||||
            print(tries)
 | 
			
		||||
            y, x = randint(0, height - 1), randint(0, width - 1)
 | 
			
		||||
            loops += self.add_loop(level, y, x)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user