removing erroneous debugging output

This commit is contained in:
spf13 2013-08-06 01:05:50 +02:00
parent de9f9ae16e
commit 6789b6c5ce

View file

@ -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())