Skip to content

Commit

Permalink
remove debug instruction (#3780)
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 authored Sep 15, 2024
1 parent 65d04c3 commit 79bb340
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/core/path_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ func TestPathRunOnDemand(t *testing.T) {
u, err := base.ParseURL(control)
require.NoError(t, err)

fmt.Println("U", u)

byts, _ := base.Request{
Method: base.Setup,
URL: u,
Expand Down

0 comments on commit 79bb340

Please sign in to comment.