Spurious logging

This commit is contained in:
Kegan Dougal 2020-05-13 15:00:47 +01:00
parent 334680a216
commit bdddd83753

View File

@ -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