mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-08 18:16:59 +00:00
Spurious logging
This commit is contained in:
parent
334680a216
commit
bdddd83753
@ -564,10 +564,8 @@ func (d *SyncServerDatasource) IncrementalSync(
|
||||
numRecentEventsPerRoom int,
|
||||
wantFullState bool,
|
||||
) (*types.Response, error) {
|
||||
fmt.Println("from ", fromPos, "to", toPos)
|
||||
nextBatchPos := fromPos.WithUpdates(toPos)
|
||||
res := types.NewResponse(nextBatchPos)
|
||||
fmt.Println("from ", fromPos, "to", toPos, "next", nextBatchPos)
|
||||
|
||||
var joinedRoomIDs []string
|
||||
var err error
|
||||
|
Loading…
Reference in New Issue
Block a user