From 4ecbb320443befe4857b27549885c30c0ee13e82 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Mon, 30 Mar 2020 00:57:20 +0200 Subject: [PATCH] remove outdated FIXME --- endpoint/endpoint.go | 1 - 1 file changed, 1 deletion(-) diff --git a/endpoint/endpoint.go b/endpoint/endpoint.go index 031b7a7..218403f 100644 --- a/endpoint/endpoint.go +++ b/endpoint/endpoint.go @@ -118,7 +118,6 @@ func (p *Sender) HintMostRecentCommonAncestor(ctx context.Context, r *pdu.HintMo fs := fsp.ToString() 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")