Removed scheduling log

This commit is contained in:
Srdjan Obucina 2020-03-21 08:24:18 +01:00
parent 4816b54627
commit 685193e9e4

View file

@ -341,7 +341,7 @@ void peerplays_sidechain_plugin_impl::son_processing() {
chain::son_id_type scheduled_son_id = plugin.database().get_scheduled_son(1);
ilog("Scheduled SON: ${scheduled_son_id} Now: ${now} ",
("scheduled_son_id", scheduled_son_id) ("now", now) );
("scheduled_son_id", scheduled_son_id)("now", now));
for (son_id_type son_id : plugin.get_sons()) {