Skip to content

Commit

Permalink
Remove spew
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Lhussiez committed May 27, 2019
1 parent 2c9f6ce commit da3a2c3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions renderer/analyze.go
Expand Up @@ -6,7 +6,6 @@ import (

"github.com/Depado/quokka/conf"
"github.com/Depado/quokka/utils"
"github.com/davecgh/go-spew/spew"
"github.com/fatih/color"
)

Expand Down Expand Up @@ -63,12 +62,9 @@ func Analyze(dir, output, input string, set []string) {
utils.FatalPrintln("Could not parse set flags:", err)
}
ctx = conf.MergeCtx(ctx, setCtx)
spew.Dump(ctx)
utils.OkPrintln("Command line set merged in context")
}

spew.Dump(ctx)

root := HandleRootConfig(dir, ctx)
var candidates []*conf.File

Expand Down

0 comments on commit da3a2c3

Please sign in to comment.