From 7d96e0c1248a1160840821b6a5612942f625c932 Mon Sep 17 00:00:00 2001 From: Nathan Hourt Date: Tue, 9 Jun 2015 17:07:23 -0400 Subject: [PATCH] Remove annoying log line --- libraries/plugins/witness/witness.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/plugins/witness/witness.cpp b/libraries/plugins/witness/witness.cpp index 8a881f64..71fcafa5 100644 --- a/libraries/plugins/witness/witness.cpp +++ b/libraries/plugins/witness/witness.cpp @@ -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; }