Skip to content

Commit 839a52e

Browse files
committed
remove log
1 parent 1600abf commit 839a52e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coderd/database/pubsub/pubsub_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ func TestPGPubsubDriver(t *testing.T) {
159159
require.NoError(t, err)
160160
defer subCancel()
161161

162-
t.Log("publishing message")
163162
// send a message
164163
err = pubber.Publish("test", []byte("hello"))
165164
require.NoError(t, err)

0 commit comments

Comments
 (0)