Skip to content

Commit 81c9f27

Browse files
committed
remove print
1 parent 40cc1a4 commit 81c9f27

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/mock/handlers/handlers.go

-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
package handlers
1515

1616
import (
17-
"fmt"
1817
"log"
1918
"net/http"
2019
"sort"
@@ -134,7 +133,6 @@ func ListRoutesHandler(res http.ResponseWriter, req *http.Request) {
134133
if len(trimmedRoutes) == 0 {
135134
formatRoutes()
136135
}
137-
fmt.Println(versionsPath)
138136
// these paths do not use routeLookupTable due to inconsistency of trailing "/" with IMDS
139137
switch req.URL.Path {
140138
case basePath:

0 commit comments

Comments
 (0)