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){