mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-21 13:03:09 -06:00
Remove logging
This commit is contained in:
parent
f182fd7ee3
commit
386f346c6d
|
|
@ -56,7 +56,6 @@ func (r *Backfiller) PerformBackfill(
|
||||||
// TODO: we could be more sensible and fetch as many events we already have then request the rest
|
// TODO: we could be more sensible and fetch as many events we already have then request the rest
|
||||||
// which is what the syncapi does already.
|
// which is what the syncapi does already.
|
||||||
if r.IsLocalServerName(request.ServerName) {
|
if r.IsLocalServerName(request.ServerName) {
|
||||||
logrus.Debugf("backfilling via federation: %+v", request)
|
|
||||||
return r.backfillViaFederation(ctx, request, response)
|
return r.backfillViaFederation(ctx, request, response)
|
||||||
}
|
}
|
||||||
// someone else is requesting the backfill, try to service their request.
|
// someone else is requesting the backfill, try to service their request.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue