There was an error while loading. Please reload this page.
1 parent 36cf735 commit 6d86bb6Copy full SHA for 6d86bb6
1 file changed
pkg/probe/probe_test.go
@@ -50,8 +50,7 @@ func (c *fakeClient) prepare(path string, jfile string) {
50
d: []byte(output),
51
q: u.Query(),
52
})
53
- // Debug: Print prepared endpoints
54
- log.Printf("Prepared URL: %s from file %s", u.Path, jfile)
+
55
}
56
57
func (c *fakeClient) Get(path string, query string, obj interface{}) error {
0 commit comments