diff --git a/pkg/transpile/puzzle.go b/pkg/transpile/puzzle.go index 8c8360c..ed816c5 100644 --- a/pkg/transpile/puzzle.go +++ b/pkg/transpile/puzzle.go @@ -188,8 +188,6 @@ func (fp FsPuzzle) Puzzle() (Puzzle, error) { return puzzle, err } - fmt.Println(static) - // Convert to an exportable Puzzle puzzle.Debug = static.Debug puzzle.Answers = static.Answers