mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Get rid of std::cerr logs in collator/validator
This commit is contained in:
parent
3c245c6146
commit
ce6c29941e
14 changed files with 310 additions and 200 deletions
|
@ -42,9 +42,6 @@ td::BufferSlice BlockSignatureSetQ::serialize() const {
|
|||
}
|
||||
Ref<vm::Cell> root;
|
||||
CHECK(serialize_to(root));
|
||||
//std::cerr << "serializing BlockSignatureSet: ";
|
||||
//vm::CellSlice{vm::NoVm{}, root}.print_rec(std::cerr);
|
||||
//std::cerr << std::endl;
|
||||
auto res = vm::std_boc_serialize(std::move(root));
|
||||
LOG_CHECK(res.is_ok()) << res.move_as_error();
|
||||
return res.move_as_ok();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue