diff --git a/tools/moth.py b/tools/moth.py index d8a38c9..ee45635 100644 --- a/tools/moth.py +++ b/tools/moth.py @@ -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: