SON206 - Plugin SON Heartbeat changes, removing debugs prints
This commit is contained in:
parent
71ade136cc
commit
13408bf909
1 changed files with 0 additions and 1 deletions
|
|
@ -167,7 +167,6 @@ void peerplays_sidechain_plugin::heartbeat_loop()
|
||||||
return true;
|
return true;
|
||||||
} catch(fc::exception e){
|
} catch(fc::exception e){
|
||||||
ilog("peerplays_sidechain_plugin: sending heartbeat failed with exception ${e}",("e", e.what()));
|
ilog("peerplays_sidechain_plugin: sending heartbeat failed with exception ${e}",("e", e.what()));
|
||||||
std::cout << e.what() << std::endl;
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue