From: spf13 Date: Mon, 5 Aug 2013 23:05:50 +0000 (+0200) Subject: removing erroneous debugging output X-Git-Tag: v0.9~182 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6789b6c5ce03f055e3e401a3c181fea722e2ccd0;p=brevno-suite%2Fhugo removing erroneous debugging output --- diff --git a/hugolib/site.go b/hugolib/site.go index 063edda1..8b7d86c9 100644 --- a/hugolib/site.go +++ b/hugolib/site.go @@ -367,7 +367,6 @@ func (s *Site) RenderIndexesIndexes() { n.Data["Plural"] = plural n.Data["Index"] = s.Indexes[plural] n.Data["OrderedIndex"] = s.Info.Indexes[plural] - fmt.Println(s.Info.Indexes) x := s.RenderThing(n, layout) s.WritePublic(plural+slash+"index.html", x.Bytes())