From 30848d9eb76edad83c93058699c990a7e04ddc97 Mon Sep 17 00:00:00 2001 From: Jean Michel MacKay Date: Tue, 11 Sep 2018 15:28:26 -0400 Subject: [PATCH] Fixed extra newline --- ext/vulnmdsrc/nvd/nvd.go | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/vulnmdsrc/nvd/nvd.go b/ext/vulnmdsrc/nvd/nvd.go index ff5d9bf3..96f93587 100644 --- a/ext/vulnmdsrc/nvd/nvd.go +++ b/ext/vulnmdsrc/nvd/nvd.go @@ -201,7 +201,6 @@ func downloadFeed(dataFeedName, fileName string) error { // Store it to a file at the same time if possible. f, err := os.Create(fileName) if err != nil { - log.WithError(err).WithField("Filename", fileName).Warning("could not store NVD data feed to filesystem") return commonerr.ErrFilesystem }