removing erroneous debugging output - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 6789b6c5ce03f055e3e401a3c181fea722e2ccd0
DIR parent de9f9ae16e9a17d697ebb0ba634f91f24a5f9971
HTML Author: spf13 <steve.francia@gmail.com>
Date: Tue, 6 Aug 2013 01:05:50 +0200
removing erroneous debugging output
Diffstat:
M hugolib/site.go | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git 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())