From 90df52e12f4fbf40cb475670f1d325e03abbf327 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sat, 8 Jul 2017 17:59:39 +0100 Subject: cryptonote_protocol: light cleanup --- src/cryptonote_protocol/cryptonote_protocol_handler-base.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/cryptonote_protocol/cryptonote_protocol_handler-base.cpp') diff --git a/src/cryptonote_protocol/cryptonote_protocol_handler-base.cpp b/src/cryptonote_protocol/cryptonote_protocol_handler-base.cpp index e31276031..137dbacfc 100644 --- a/src/cryptonote_protocol/cryptonote_protocol_handler-base.cpp +++ b/src/cryptonote_protocol/cryptonote_protocol_handler-base.cpp @@ -120,10 +120,6 @@ cryptonote_protocol_handler_base::~cryptonote_protocol_handler_base() { } void cryptonote_protocol_handler_base::handler_request_blocks_history(std::list& ids) { - using namespace epee::net_utils; - MDEBUG("### ~~~RRRR~~~~ ### sending request (type 2), limit = " << ids.size()); - MDEBUG("RATE LIMIT NOT IMPLEMENTED HERE YET (download at unlimited speed?)"); - // TODO } void cryptonote_protocol_handler_base::handler_response_blocks_now(size_t packet_size) { -- cgit v1.2.3