Skip to content

Commit 157c8d4

Browse files
committed
fiixxes
1 parent d6d4b19 commit 157c8d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/server/tiered_storage.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ bool TieredStorage::ShardOpManager::NotifyFetched(EntryId id, tiering::DiskSegme
316316
auto key = get<OpManager::KeyRef>(id);
317317
auto* pv = Find(key);
318318
if (pv && pv->IsExternal() && segment == pv->GetExternalSlice()) {
319-
VLOG(0) << "Touched? " << pv->WasTouched();
320319
if (metrics.modified || pv->WasTouched()) {
321320
++stats_.total_uploads;
322321
decoder->Upload(pv);

0 commit comments

Comments
 (0)