diff --git a/pageserver/src/tenant.rs b/pageserver/src/tenant.rs index 1b96362314..15adaaeb5e 100644 --- a/pageserver/src/tenant.rs +++ b/pageserver/src/tenant.rs @@ -1505,7 +1505,6 @@ impl Tenant { let span = tracing::Span::current(); - // FIXME: simplify uploading // if we have concurrent requests, we will only execute one version of following future; // initially it did not have any means to be cancelled. //