Skip to content

Commit a36a2e8

Browse files
author
kaanyalti
committed
enhancement(6394): remove print statements
1 parent cae1719 commit a36a2e8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/testing/tools/tools.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,6 @@ func InstallAgentForPolicyWithToken(ctx context.Context, t *testing.T,
138138

139139
installOpts.URL = fleetServerURL
140140
}
141-
fmt.Println("###############################")
142-
fmt.Println(installOpts.URL)
143-
fmt.Println(enrollmentToken)
144-
fmt.Println("###############################")
145141
output, err := agentFixture.Install(ctx, &installOpts)
146142
if err != nil {
147143
t.Log(string(output))

0 commit comments

Comments
 (0)