Accidentally left in debugging code - 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 b7b6f054a90f9f9b97cdf99fd24dccb38e332422
DIR parent 75a2e6d4e808ab585c10dc330f9ab2f6c4619411
HTML Author: spf13 <steve.francia@gmail.com>
Date: Thu, 11 Jul 2013 22:16:29 -0400
Accidentally left in debugging code
Diffstat:
M hugolib/config.go | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git a/hugolib/config.go b/hugolib/config.go
@@ -91,7 +91,6 @@ func (c *Config) readInConfig() {
}
}
}
- Printer(c)
}
func (c *Config) setPath(p string) {