From 06dd40b9ddcf9c661bdab334fdaed96964f4a7a0 Mon Sep 17 00:00:00 2001 From: OvsiannikovRS Date: Mon, 26 May 2025 21:59:43 +0300 Subject: [PATCH] ... --- LR3/main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/LR3/main.cpp b/LR3/main.cpp index d67e63b..f30408c 100644 --- a/LR3/main.cpp +++ b/LR3/main.cpp @@ -69,9 +69,6 @@ download(const string& address) { if(!res) { curl_off_t ul; res = curl_easy_getinfo(curl, CURLINFO_SIZE_DOWNLOAD_T, &ul); - if(!res) { - cerr<<"Uploaded bytes" << ul << endl; - } } if (res != 0){