SON206 - Plugin SON Heartbeat changes, removing debugs prints

This commit is contained in:
satyakoneru 2019-12-19 07:50:09 +00:00
parent 71ade136cc
commit 13408bf909

View file

@ -167,7 +167,6 @@ void peerplays_sidechain_plugin::heartbeat_loop()
return true;
} catch(fc::exception e){
ilog("peerplays_sidechain_plugin: sending heartbeat failed with exception ${e}",("e", e.what()));
std::cout << e.what() << std::endl;
return false;
}
});