From 6789b6c5ce03f055e3e401a3c181fea722e2ccd0 Mon Sep 17 00:00:00 2001 From: spf13 Date: Tue, 6 Aug 2013 01:05:50 +0200 Subject: [PATCH] removing erroneous debugging output --- hugolib/site.go | 1 - 1 file changed, 1 deletion(-) diff --git a/hugolib/site.go b/hugolib/site.go index 063edda18..8b7d86c93 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())