remove debugging print

This commit is contained in:
Neale Pickett 2021-02-25 15:09:35 -07:00
parent 89a80ab8ef
commit 12fae78207
1 changed files with 0 additions and 2 deletions

View File

@ -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