mirror of
https://github.com/monero-project/monero.git
synced 2025-08-17 00:50:25 -04:00
remove more 'using namespace' statements from headers
This commit is contained in:
parent
00fd416a99
commit
192d87cd24
5 changed files with 15 additions and 30 deletions
|
@ -1167,13 +1167,6 @@ namespace cryptonote
|
|||
m_sync_download_objects_size += size;
|
||||
MDEBUG(context << " downloaded " << size << " bytes worth of blocks");
|
||||
|
||||
/*using namespace boost::chrono;
|
||||
auto point = steady_clock::now();
|
||||
auto time_from_epoh = point.time_since_epoch();
|
||||
auto sec = duration_cast< seconds >( time_from_epoh ).count();*/
|
||||
|
||||
//epee::net_utils::network_throttle_manager::get_global_throttle_inreq().logger_handle_net("log/dr-monero/net/req-all.data", sec, get_avg_block_size());
|
||||
|
||||
if(arg.blocks.empty())
|
||||
{
|
||||
LOG_ERROR_CCONTEXT("sent wrong NOTIFY_HAVE_OBJECTS: no blocks");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue