Remove outdated comment

This commit is contained in:
sfc-gh-tclinkenbeard 2022-10-18 16:27:55 -07:00
parent 003986fdb0
commit a70a007dcf
1 changed files with 0 additions and 1 deletions

View File

@ -1107,7 +1107,6 @@ ACTOR Future<BlobFileIndex> dumpInitialSnapshotFromFDB(Reference<BlobWorkerData>
}
retries++;
CODE_PROBE(true, "Granule initial snapshot failed");
// FIXME: why can't we suppress error event?
TraceEvent(retries < 10 ? SevDebug : SevWarn, "BlobGranuleInitialSnapshotRetry", bwData->id)
.error(err)
.detail("Granule", metadata->keyRange)