Remove annoying log line

This commit is contained in:
Nathan Hourt 2015-06-09 17:07:23 -04:00
parent 18b163b99e
commit 7d96e0c124

View file

@ -140,7 +140,6 @@ void witness_plugin::block_production_loop()
// we must control the witness scheduled to produce the next block.
if( _witnesses.find( scheduled_witness ) == _witnesses.end() ) {
elog("Not producing block because it's not my turn.");
return false;
}