From 8922809058e11f6c5d51e4b1ce82b8966cea0f25 Mon Sep 17 00:00:00 2001 From: CryptoManiac Date: Sat, 27 Nov 2021 15:54:34 +0300 Subject: [PATCH] Remove debug output --- src/bitcoinrpc.cpp | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp index 89fc9b7..ebc7dcf 100644 --- a/src/bitcoinrpc.cpp +++ b/src/bitcoinrpc.cpp @@ -614,16 +614,6 @@ void StartRPCServer() g_server->setOnConnectionCallback([](ix::HttpRequestPtr request, std::shared_ptr connectionState) -> ix::HttpResponsePtr { - // Build a string for the response - std::stringstream ss; - ss << connectionState->getRemoteIp() - << " " - << request->method - << " " - << request->uri; - - std::cout << ss.str() << std::endl; - ix::WebSocketHttpHeaders headers; if (request->method != "POST") { -- 1.7.1