hugolib: Remove unused line

This commit is contained in:
Bjørn Erik Pedersen 2017-04-08 18:04:12 +02:00
parent c9731b2c2a
commit e73a35dea5

View file

@ -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
}