Remove annoying log line
This commit is contained in:
parent
18b163b99e
commit
7d96e0c124
1 changed files with 0 additions and 1 deletions
|
|
@ -140,7 +140,6 @@ void witness_plugin::block_production_loop()
|
||||||
|
|
||||||
// we must control the witness scheduled to produce the next block.
|
// we must control the witness scheduled to produce the next block.
|
||||||
if( _witnesses.find( scheduled_witness ) == _witnesses.end() ) {
|
if( _witnesses.find( scheduled_witness ) == _witnesses.end() ) {
|
||||||
elog("Not producing block because it's not my turn.");
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue