Spurious logging
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