From d48c4defd421463df809ba1f712b9bdf36f4f33f Mon Sep 17 00:00:00 2001 From: "J. Patrick Avery, Jr" Date: Mon, 24 Oct 2016 13:46:42 -0600 Subject: [PATCH] tools/moth: remove errant debug statement --- tools/moth.py | 1 - 1 file changed, 1 deletion(-) 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: