diff --git a/hugolib/hugo_sites.go b/hugolib/hugo_sites.go index 7ebcfe0c6..452bdca2c 100644 --- a/hugolib/hugo_sites.go +++ b/hugolib/hugo_sites.go @@ -409,9 +409,6 @@ func (s *Site) preparePagesForRender(cfg *BuildCfg) { p.Content = helpers.BytesToHTML(workContentCopy) } - // no need for this anymore - workContentCopy = nil - //analyze for raw stats p.analyzePage()