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