forked from lthn/blockchain
removed temporary code
This commit is contained in:
parent
b2e9872645
commit
b5a44b1698
1 changed files with 0 additions and 8 deletions
|
|
@ -124,14 +124,6 @@ namespace currency
|
|||
//-----------------------------------------------------------------------------------------------------
|
||||
void miner::do_print_hashrate(bool do_hr)
|
||||
{
|
||||
#ifdef _DEBUG
|
||||
currency::asset_descriptor_operation ado;
|
||||
std::stringstream ss;
|
||||
bool r = tools::portble_serialize_obj_to_stream(ado, ss);
|
||||
std::cout << r;
|
||||
#endif
|
||||
|
||||
|
||||
m_do_print_hashrate = do_hr;
|
||||
}
|
||||
//-----------------------------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue