Skip to content

Commit 6d86bb6

Browse files
committed
Remove debug code
Signed-off-by: jiri <[email protected]>
1 parent 36cf735 commit 6d86bb6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/probe/probe_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ func (c *fakeClient) prepare(path string, jfile string) {
5050
d: []byte(output),
5151
q: u.Query(),
5252
})
53-
// Debug: Print prepared endpoints
54-
log.Printf("Prepared URL: %s from file %s", u.Path, jfile)
53+
5554
}
5655

5756
func (c *fakeClient) Get(path string, query string, obj interface{}) error {

0 commit comments

Comments
 (0)