diff --git a/syncapi/routing/messages.go b/syncapi/routing/messages.go index 84d375d1a..b90e78852 100644 --- a/syncapi/routing/messages.go +++ b/syncapi/routing/messages.go @@ -125,7 +125,6 @@ func OnIncomingMessagesRequest( logrus.WithError(err).Errorf("Failed to get topological position for streaming token %v", streamToken) return jsonerror.InternalServerError() } - logrus.Infof("XXX: 'from' mapping %v to %v", fromQuery, from) } } @@ -148,7 +147,6 @@ func OnIncomingMessagesRequest( logrus.WithError(err).Errorf("Failed to get topological position for streaming token %v", streamToken) return jsonerror.InternalServerError() } - logrus.Infof("XXX: 'to' mapping %v to %v", toQuery, to) } } } else { @@ -188,8 +186,6 @@ func OnIncomingMessagesRequest( device: device, } - logrus.Infof("XXX: Retrieving events %v to %v", from, to) - clientEvents, start, end, err := mReq.retrieveEvents() if err != nil { util.GetLogger(req.Context()).WithError(err).Error("mreq.retrieveEvents failed")