diff --git a/hugolib/site.go b/hugolib/site.go index b0d70bff2..262bf2d4d 100644 --- a/hugolib/site.go +++ b/hugolib/site.go @@ -1583,7 +1583,6 @@ func (s *Site) resetBuildState() { s.expiredCount = 0 for _, p := range s.rawAllPages { - p.scratch = newScratch() p.subSections = Pages{} p.parent = nil }