From 1b46d2cfeed781d5197ce56134c4a9107b45fcc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 5 Jan 2017 11:58:11 +0100 Subject: [PATCH] commands, vendor: Remove log level setting in Jekyll command And update the JWW lib. --- commands/import_jekyll.go | 2 -- vendor/vendor.json | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/commands/import_jekyll.go b/commands/import_jekyll.go index 61b4660e9..87bd285f1 100644 --- a/commands/import_jekyll.go +++ b/commands/import_jekyll.go @@ -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`.") diff --git a/vendor/vendor.json b/vendor/vendor.json index 5c92be102..c5e198a37 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -281,10 +281,10 @@ "revisionTime": "2016-11-30T04:45:28Z" }, { - "checksumSHA1": "OG3bvx0SwImmrlR2FvcbaxhGmT4=", + "checksumSHA1": "HWDERqbEvvfLwzP7Dvh2fvu+sng=", "path": "github.com/spf13/jwalterweatherman", - "revision": "ef70f054fd0b4438ec4be55f2680b2a0f705675b", - "revisionTime": "2017-01-04T13:46:29Z" + "revision": "bccdd23ae5e51bd2b081814db093646c7af3d34d", + "revisionTime": "2017-01-05T10:55:09Z" }, { "checksumSHA1": "zLJY+lsX1e5OO6gRxQd5RfKgdQY=",