Accidentally left in debugging code
authorspf13 <steve.francia@gmail.com>
Fri, 12 Jul 2013 02:16:29 +0000 (22:16 -0400)
committerspf13 <steve.francia@gmail.com>
Fri, 12 Jul 2013 02:16:29 +0000 (22:16 -0400)
hugolib/config.go

index a7fdbd4d22498abd0e05da8734660a4ccd31f990..cb54b73749dc918a23b575099d5b4216f8558bea 100644 (file)
@@ -91,7 +91,6 @@ func (c *Config) readInConfig() {
                 }
         }
     }
-    Printer(c)
 }
 
 func (c *Config) setPath(p string) {