Skip to content

Commit

Permalink
Remove accidental debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
DodoBirby committed Jul 9, 2022
1 parent e35c666 commit b48fe65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ def generate_game(self, seed, missiles, supers, energy, powbombs, shields):
randomitempool = [x for x in randomitempool if x != 0x24]
for i in range(5):
lr.calc_accessible_locations(self.items)
print(lr.accessible_locations)
loc = random.randint(0, len(lr.accessible_locations)-1)
loc = lr.accessible_locations[loc]
lr.delete_item_loc(loc)
Expand Down

0 comments on commit b48fe65

Please sign in to comment.