tools/moth: remove errant debug statement

This commit is contained in:
J. Patrick Avery, Jr 2016-10-24 13:46:42 -06:00
parent b36aa1a50e
commit d48c4defd4
No known key found for this signature in database
GPG Key ID: 65EEAB4FC83CACB6
1 changed files with 0 additions and 1 deletions

View File

@ -358,7 +358,6 @@ class Category:
self.pointvals.sort() self.pointvals.sort()
def puzzle(self, points): 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: if self.catmod is not None and points in self.catmod.points:
return Puzzle(self.seed, points=points, category=self.catmod) return Puzzle(self.seed, points=points, category=self.catmod)
else: else: