p2p: remove old debug commands

This commit is contained in:
Aaron Hook 2020-03-20 22:09:44 -07:00
parent d1cf16364f
commit aa93e38862
15 changed files with 3 additions and 328 deletions

View file

@ -154,12 +154,6 @@ namespace cryptonote
}
//------------------------------------------------------------------------------------------------------------------------
template<class t_core>
bool t_cryptonote_protocol_handler<t_core>::get_stat_info(core_stat_info& stat_inf)
{
return m_core.get_stat_info(stat_inf);
}
//------------------------------------------------------------------------------------------------------------------------
template<class t_core>
void t_cryptonote_protocol_handler<t_core>::log_connections()
{
std::stringstream ss;