mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
chore(mod/dashboard): remove debug line
Oops, this debug line made it into the tree. Remove it.
This commit is contained in:
parent
777e03491f
commit
3d5087d488
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user