We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347bfab commit 4e2a58cCopy full SHA for 4e2a58c
core/admin.go
@@ -70,7 +70,6 @@ func (this *AdminApi) addDashboardRoutes(router *bone.Mux) *bone.Mux {
70
}
71
72
indexHandler := func(w http.ResponseWriter, r *http.Request) {
73
- fmt.Println("index.html")
74
file, err := statikFS.Open("/index.html")
75
if err != nil {
76
w.WriteHeader(500)
0 commit comments