mirror of https://github.com/dirtbags/moth.git
Remove more debug logging
This commit is contained in:
parent
adde9e76c3
commit
12becfaa09
|
@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [v4.2] - 2020-03-26
|
## [v4.2.0] - 2020-03-26
|
||||||
### Changed
|
### Changed
|
||||||
- example/5/draggable.js fix for FireFox to prevent dropping a draggable trying to load a URL
|
- example/5/draggable.js fix for FireFox to prevent dropping a draggable trying to load a URL
|
||||||
- `transpile` arguments now work the same way for the transpile binary as they do for mkpuzzle
|
- `transpile` arguments now work the same way for the transpile binary as they do for mkpuzzle
|
||||||
|
|
|
@ -121,9 +121,7 @@ func (t *T) PrintInventory() error {
|
||||||
|
|
||||||
// DumpPuzzle writes a puzzle's JSON to the writer.
|
// DumpPuzzle writes a puzzle's JSON to the writer.
|
||||||
func (t *T) DumpPuzzle() error {
|
func (t *T) DumpPuzzle() error {
|
||||||
log.Println("Hello!")
|
|
||||||
puzzle := transpile.NewFsPuzzle(t.fs)
|
puzzle := transpile.NewFsPuzzle(t.fs)
|
||||||
log.Println("Hello!")
|
|
||||||
|
|
||||||
p, err := puzzle.Puzzle()
|
p, err := puzzle.Puzzle()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue