mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	hugolib: Remove superfluous assignment
This commit is contained in:
		| @@ -409,9 +409,6 @@ func (s *Site) preparePagesForRender(cfg *BuildCfg) { | |||||||
| 					p.Content = helpers.BytesToHTML(workContentCopy) | 					p.Content = helpers.BytesToHTML(workContentCopy) | ||||||
| 				} | 				} | ||||||
|  |  | ||||||
| 				// no need for this anymore |  | ||||||
| 				workContentCopy = nil |  | ||||||
|  |  | ||||||
| 				//analyze for raw stats | 				//analyze for raw stats | ||||||
| 				p.analyzePage() | 				p.analyzePage() | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user