mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 10:33:11 -06:00
Remove logs
This commit is contained in:
parent
58047f55b5
commit
1518087d0a
|
|
@ -372,7 +372,6 @@ func TestSendPDUOnSuccessRemovedFromDB(t *testing.T) {
|
|||
}()
|
||||
|
||||
ev := mustCreatePDU(t)
|
||||
t.Logf("Queues: %+v", queues)
|
||||
err := queues.SendEvent(ev, "localhost", []gomatrixserverlib.ServerName{destination})
|
||||
assert.NoError(t, err)
|
||||
|
||||
|
|
@ -924,8 +923,6 @@ func TestSendPDUAndEDUBatches(t *testing.T) {
|
|||
ev := mustCreatePDU(t)
|
||||
headeredJSON, _ := json.Marshal(ev)
|
||||
nid, _ := db.StoreJSON(pc.Context(), string(headeredJSON))
|
||||
t.Logf("DB: %+v", db)
|
||||
t.Logf("Destinations: %+v", destinations)
|
||||
err := db.AssociatePDUWithDestinations(pc.Context(), destinations, nid)
|
||||
assert.NoError(t, err, "failed to associate PDU with destinations")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue