mirror of https://github.com/dirtbags/moth.git
remove debugging print
This commit is contained in:
parent
89a80ab8ef
commit
12fae78207
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue