diff --git a/hugolib/page_test.go b/hugolib/page_test.go index d86a7b2d2..d80516ddd 100644 --- 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)