Remove more debug logging

This commit is contained in:
Neale Pickett 2021-03-29 12:27:07 -06:00
parent adde9e76c3
commit 12becfaa09
2 changed files with 1 additions and 3 deletions

View File

@ -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/),
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
- 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

View File

@ -121,9 +121,7 @@ func (t *T) PrintInventory() error {
// DumpPuzzle writes a puzzle's JSON to the writer.
func (t *T) DumpPuzzle() error {
log.Println("Hello!")
puzzle := transpile.NewFsPuzzle(t.fs)
log.Println("Hello!")
p, err := puzzle.Puzzle()
if err != nil {