commands, vendor: Remove log level setting in Jekyll command

And update the JWW lib.
This commit is contained in:
Bjørn Erik Pedersen 2017-01-05 11:58:11 +01:00
parent fff6617c69
commit 1b46d2cfee
2 changed files with 3 additions and 5 deletions

View file

@ -61,8 +61,6 @@ func init() {
}
func importFromJekyll(cmd *cobra.Command, args []string) error {
jww.SetLogThreshold(jww.LevelTrace)
jww.SetStdoutThreshold(jww.LevelWarn)
if len(args) < 2 {
return newUserError(`Import from Jekyll requires two paths, e.g. ` + "`hugo import jekyll jekyll_root_path target_path`.")