From e3c765ea5b4f9034012b4022ee88ccb217e1ce22 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 8 Oct 2018 01:45:46 +0200 Subject: [PATCH] deleted useless debug statements --- src/http.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/http.cpp b/src/http.cpp index 38aee4c..a7593ed 100644 --- a/src/http.cpp +++ b/src/http.cpp @@ -159,8 +159,6 @@ const uint_fast16_t API::http::request(const method &meth, catch (curlpp::RuntimeError &e) { const string what = e.what(); - ttdebug << what.compare(what.size() - 20, 20, "Connection timed out") << '\n'; - ttdebug << what.substr(what.size() - 20, 20) << '\n'; // This error is thrown if http.cancel_stream() is used. if ((what.compare(0, 16, "Callback aborted") == 0) || (what.compare(0, 19, "Failed writing body") == 0))