remove outdated FIXME

This commit is contained in:
Christian Schwarz 2020-03-30 00:57:20 +02:00
parent d09ca2447a
commit 4ecbb32044

View File

@ -118,7 +118,6 @@ func (p *Sender) HintMostRecentCommonAncestor(ctx context.Context, r *pdu.HintMo
fs := fsp.ToString() fs := fsp.ToString()
log := getLogger(ctx).WithField("fs", fs).WithField("hinted_most_recent", fmt.Sprintf("%#v", r.GetSenderVersion())) log := getLogger(ctx).WithField("fs", fs).WithField("hinted_most_recent", fmt.Sprintf("%#v", r.GetSenderVersion()))
// FIXME check if fs exists AND IS PERMITTED by p.filesystems
log.WithField("full_hint", r).Debug("full hint") log.WithField("full_hint", r).Debug("full hint")