remove debug instruction (#3780)

This commit is contained in:
Alessandro Ros 2024-09-15 23:35:47 +02:00 committed by GitHub
parent 65d04c33e1
commit 79bb340994
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -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,