Remove logs
This commit is contained in:
parent
edbf8fea1d
commit
9004325597
1 changed files with 0 additions and 6 deletions
|
|
@ -314,16 +314,10 @@ void sidechain_net_handler::process_proposals() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (should_process) {
|
if (should_process) {
|
||||||
//ilog("Proposal ${po} will be processed by sidechain handler ${sidechain}", ("po", (*po).id)("sidechain", sidechain));
|
|
||||||
bool should_approve = process_proposal(*po);
|
bool should_approve = process_proposal(*po);
|
||||||
if (should_approve) {
|
if (should_approve) {
|
||||||
//ilog("Proposal ${po} will be approved", ("po", (*po).id));
|
|
||||||
approve_proposal(po->id, plugin.get_current_son_id());
|
approve_proposal(po->id, plugin.get_current_son_id());
|
||||||
} else {
|
|
||||||
//ilog("Proposal ${po} is not approved", ("po", (*po).id));
|
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
//ilog("Proposal ${po} will not be processed by sidechain handler ${sidechain}", ("po", (*po).id)("sidechain", sidechain));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue