Skip to content

Commit 4e2a58c

Browse files
committed
Updated hoverfly version to v0.17.1
1 parent 347bfab commit 4e2a58c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/admin.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ func (this *AdminApi) addDashboardRoutes(router *bone.Mux) *bone.Mux {
7070
}
7171

7272
indexHandler := func(w http.ResponseWriter, r *http.Request) {
73-
fmt.Println("index.html")
7473
file, err := statikFS.Open("/index.html")
7574
if err != nil {
7675
w.WriteHeader(500)

0 commit comments

Comments
 (0)