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