Skip to content

Commit 142683b

Browse files
committed
chore: Remove test log statements
1 parent 23d2ad7 commit 142683b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cli/configssh_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,6 @@ func TestConfigSSH(t *testing.T) {
168168

169169
<-doneChan
170170

171-
t.Log(coderConfigFile)
172-
t.Log(sshConfigFileRead(t, coderConfigFile))
173171
home := filepath.Dir(filepath.Dir(sshConfigFile))
174172
// #nosec
175173
sshCmd := exec.Command("ssh", "-F", sshConfigFile, "coder."+workspace.Name, "echo", "test")

0 commit comments

Comments
 (0)