From b819bb1c8ca9ff3fca8536d211057bb38fbf7290 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Thu, 10 Oct 2013 12:34:08 -0700 Subject: [PATCH] chore(mod/dashboard): remove debug line Oops, this debug line made it into the tree. Remove it. --- mod/dashboard/dashboard.go | 1 - 1 file changed, 1 deletion(-) diff --git a/mod/dashboard/dashboard.go b/mod/dashboard/dashboard.go index 508d64b7e..8a7a36edd 100644 --- a/mod/dashboard/dashboard.go +++ b/mod/dashboard/dashboard.go @@ -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