1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-26 00:34:54 -07:00

remove debugging print

This commit is contained in:
Neale Pickett 2021-02-25 15:09:35 -07:00
parent 89a80ab8ef
commit 12fae78207

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