Skip to content

Commit

Permalink
Revert "Enable debug logging for TestWriteMDirectAccountData (#493)" (#…
Browse files Browse the repository at this point in the history
…538)

This reverts commit a7d45ee.
  • Loading branch information
richvdh authored Oct 26, 2022
1 parent 6a3248f commit eca5666
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/direct_messaging_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ func TestWriteMDirectAccountData(t *testing.T) {

alice := deployment.Client(t, "hs1", "@alice:hs1")
bob := deployment.Client(t, "hs1", "@bob:hs1")

// additional logging to debug https://github.com/matrix-org/synapse/issues/13334
alice.Debug = true

roomID := alice.CreateRoom(t, map[string]interface{}{
"invite": []string{bob.UserID},
"is_direct": true,
Expand Down

0 comments on commit eca5666

Please sign in to comment.