diff --git a/pageserver/src/timelines.rs b/pageserver/src/timelines.rs index 9ab063107c..a3939661c1 100644 --- a/pageserver/src/timelines.rs +++ b/pageserver/src/timelines.rs @@ -283,8 +283,6 @@ fn bootstrap_timeline( tli: ZTimelineId, repo: &R, ) -> Result<()> { - let _enter = info_span!("bootstrapping", timeline = %tli, tenant = %tenantid).entered(); - let initdb_path = conf .tenant_path(&tenantid) .join(format!("tmp-timeline-{}", tli));