Skip to content

Commit b8251cb

Browse files
committed
Remove debug logs
1 parent a4d86ef commit b8251cb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

validator/manager.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1601,7 +1601,6 @@ void ValidatorManagerImpl::send_get_block_request(BlockIdExt id, td::uint32 prio
16011601
LOG(DEBUG) << "send_get_block_request: got result from block data cache for " << id.to_str();
16021602
return promise.set_value(ReceivedBlock{id, cached->clone()});
16031603
}
1604-
LOG(ERROR) << "XXXX download " << id.id.to_str();
16051604
callback_->download_block(id, priority, td::Timestamp::in(10.0), std::move(promise));
16061605
}
16071606

@@ -1637,7 +1636,6 @@ void ValidatorManagerImpl::send_get_block_proof_link_request(BlockIdExt block_id
16371636
return;
16381637
}
16391638
}
1640-
LOG(ERROR) << "XXXX download link " << block_id.id.to_str();
16411639
callback_->download_block_proof_link(block_id, priority, td::Timestamp::in(10.0), std::move(promise));
16421640
}
16431641

0 commit comments

Comments
 (0)