shithub: hugo

Download patch

ref: 2ea242d5fe9c6f285e4b68ac2fd7258d2d3416e9
parent: 99fbc75e7abe3c1e8ce58e91634cc46c44fa920c
author: Bjørn Erik Pedersen <[email protected]>
date: Sun Feb 19 05:33:28 EST 2017

hugolib: Minor Go vet fix

--- a/hugolib/page_test.go
+++ b/hugolib/page_test.go
@@ -1380,7 +1380,6 @@
 	t.Parallel()
 	s := newTestSite(t)
 	p, _ := s.NewPageFrom(strings.NewReader(exampleParams), "content/post/params.md")
-	fmt.Println("%v", p.Params)
 
 	topLevelKeyValue, _ := p.Param("rating")
 	assert.Equal(t, "5 stars", topLevelKeyValue)