summaryrefslogtreecommitdiffstats
path: root/hugolib/config.go
diff options
context:
space:
mode:
authorspf13 <steve.francia@gmail.com>2013-07-11 22:16:29 -0400
committerspf13 <steve.francia@gmail.com>2013-07-11 22:16:29 -0400
commitb7b6f054a90f9f9b97cdf99fd24dccb38e332422 (patch)
treeb46a379bc02f26a4abfa938b65f4d6b94ba3e835 /hugolib/config.go
parent75a2e6d4e808ab585c10dc330f9ab2f6c4619411 (diff)
Accidentally left in debugging code
Diffstat (limited to 'hugolib/config.go')
-rw-r--r--hugolib/config.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/hugolib/config.go b/hugolib/config.go
index a7fdbd4d2..cb54b7374 100644
--- a/hugolib/config.go
+++ b/hugolib/config.go
@@ -91,7 +91,6 @@ func (c *Config) readInConfig() {
}
}
}
- Printer(c)
}
func (c *Config) setPath(p string) {