mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
hugolib: Remove unused line
This commit is contained in:
@@ -1499,9 +1499,7 @@ func (p *Page) updatePageDates() {
|
||||
// so they will be evaluated again, for word count calculations etc.
|
||||
func (p *Page) copy() *Page {
|
||||
c := *p
|
||||
c.pageInit = &pageInit{
|
||||
//pageMenusInit: p.pageMenusInit,
|
||||
}
|
||||
c.pageInit = &pageInit{}
|
||||
return &c
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user