Skip to content

Commit 6f6ddc2

Browse files
committed
remove debuglog
1 parent 9b1e097 commit 6f6ddc2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cli/server_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1645,8 +1645,6 @@ func TestServer_TelemetryDisable(t *testing.T) {
16451645
inv.Environ.Set(tt.key, tt.val)
16461646
clitest.Run(t, inv)
16471647

1648-
t.Logf("config:\n%s", b.String())
1649-
16501648
var dv codersdk.DeploymentValues
16511649
err := yaml.Unmarshal(b.Bytes(), &dv)
16521650
require.NoError(t, err)

0 commit comments

Comments
 (0)