Skip to content

Commit

Permalink
Rmoved commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
1024Adam committed Mar 12, 2017
1 parent afb1674 commit 7d52542
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions infinite_maze/Line.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ def generateMaze(game, width, height):
sets = []
length = len(lines)
while (len(sets) != 1):
#count = 0
#while (count < 400):
#count += 1
length = len(lines)
lineNum = randint(0, length - 1)
tempSideA = lines[lineNum].getSideA()
Expand Down

0 comments on commit 7d52542

Please sign in to comment.