summaryrefslogtreecommitdiffstats
path: root/hugofs/nosymlink_fs.go
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-06-16 08:17:42 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-06-18 13:03:04 +0200
commit7c9fada778e91976d4ba1cbe942235a9bbeaf5cb (patch)
treea717f6e0a5915777ae6859564acd13385213bbab /hugofs/nosymlink_fs.go
parent0e7944658660b5658b7640dce3cb346d7198d8c9 (diff)
Replace the old log setup, with structured logging etc.
Fixes #11124
Diffstat (limited to 'hugofs/nosymlink_fs.go')
-rw-r--r--hugofs/nosymlink_fs.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/hugofs/nosymlink_fs.go b/hugofs/nosymlink_fs.go
index d3cad5e74..af559844f 100644
--- a/hugofs/nosymlink_fs.go
+++ b/hugofs/nosymlink_fs.go
@@ -19,7 +19,6 @@ import (
"path/filepath"
"github.com/gohugoio/hugo/common/loggers"
-
"github.com/spf13/afero"
)