From 79bb3409947fb9153d5088f5ac07c02ab435914f Mon Sep 17 00:00:00 2001 From: Alessandro Ros Date: Sun, 15 Sep 2024 23:35:47 +0200 Subject: [PATCH] remove debug instruction (#3780) --- internal/core/path_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/core/path_test.go b/internal/core/path_test.go index c0592f1ac0a..3a44cb6a9b0 100644 --- a/internal/core/path_test.go +++ b/internal/core/path_test.go @@ -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,