Skip to content

Commit 2d53eaa

Browse files
committed
fixup! disable wireguard on agent tests
1 parent b1805a2 commit 2d53eaa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cli/agent.go

-2
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,6 @@ func workspaceAgent() *cobra.Command {
170170
return xerrors.Errorf("add executable to $PATH: %w", err)
171171
}
172172

173-
fmt.Println("enable wireguard", wireguard)
174-
175173
closer := agent.New(client.ListenWorkspaceAgent, &agent.Options{
176174
Logger: logger,
177175
EnvironmentVariables: map[string]string{

0 commit comments

Comments
 (0)