diff --git a/CHANGELOG.md b/CHANGELOG.md index a20bb68..3356caa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/cmd/transpile/main.go b/cmd/transpile/main.go index 75fbe76..58a0bdb 100644 --- a/cmd/transpile/main.go +++ b/cmd/transpile/main.go @@ -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 {