mirror of https://github.com/dirtbags/moth.git
tools/moth: remove errant debug statement
This commit is contained in:
parent
b36aa1a50e
commit
d48c4defd4
|
@ -358,7 +358,6 @@ class Category:
|
|||
self.pointvals.sort()
|
||||
|
||||
def puzzle(self, points):
|
||||
print("Category.puzzle! %r %r" % (points, self.catmod.points))
|
||||
if self.catmod is not None and points in self.catmod.points:
|
||||
return Puzzle(self.seed, points=points, category=self.catmod)
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue