chore(mod/dashboard): remove debug line

Oops, this debug line made it into the tree. Remove it.
release-0.4
Brandon Philips 2013-10-10 12:34:08 -07:00
parent 26806a10fc
commit b819bb1c8c
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ func memoryFileServer(w http.ResponseWriter, req *http.Request) {
// dashboard assets or if ETCD_DASHBOARD_DIR is set uses that as the source of
// assets.
func HttpHandler() (handler http.Handler) {
fmt.Println("hello world")
handler = http.HandlerFunc(memoryFileServer)
// Serve the dashboard from a filesystem if the magic env variable is enabled