diff options
Diffstat (limited to 'hugolib/alias.go')
-rw-r--r-- | hugolib/alias.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hugolib/alias.go b/hugolib/alias.go index 1bc0e5424..d10f140bd 100644 --- a/hugolib/alias.go +++ b/hugolib/alias.go @@ -82,8 +82,6 @@ func (s *Site) writeDestAlias(path, permalink string, outputFormat output.Format func (s *Site) publishDestAlias(allowRoot bool, path, permalink string, outputFormat output.Format, p page.Page) (err error) { handler := newAliasHandler(s.Tmpl(), s.Log, allowRoot) - s.Log.Debugln("creating alias:", path, "redirecting to", permalink) - targetPath, err := handler.targetPathAlias(path) if err != nil { return err |