Skip to content

Commit

Permalink
Removed debug comments
Browse files Browse the repository at this point in the history
  • Loading branch information
velocityplus committed Apr 23, 2017
1 parent d259273 commit 567a731
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
unique=True,
reducible=True)

print(generated)

for equation in generated:
print(equation)
2 changes: 1 addition & 1 deletion lite_extension/generator_lite_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def generate(self, n_gen,
reducible = '1'
else:
reducible = '0'
print(reducible)

# Creating a list to easily communicate with the api
link = ['function=multi_generate',
'difficulty_min=' + str(difficulty[0]),
Expand Down

0 comments on commit 567a731

Please sign in to comment.