mirror of
https://github.com/monero-project/monero.git
synced 2026-08-02 17:08:25 -07:00
remove more 'using namespace' statements from headers
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user