hugolib: Minor Go vet fix - hugo - [fork] hugo port for 9front
 (HTM) git clone git@git.drkhsh.at/hugo.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 2ea242d5fe9c6f285e4b68ac2fd7258d2d3416e9
 (DIR) parent 99fbc75e7abe3c1e8ce58e91634cc46c44fa920c
 (HTM) Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
       Date:   Sun, 19 Feb 2017 10:33:28 +0100
       
       hugolib: Minor Go vet fix
       
       Diffstat:
         M hugolib/page_test.go                |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/hugolib/page_test.go b/hugolib/page_test.go
       @@ -1380,7 +1380,6 @@ social:
                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)