@ -69,9 +69,6 @@ download(const string& address) {
if(!res) {
curl_off_t ul;
res = curl_easy_getinfo(curl, CURLINFO_SIZE_DOWNLOAD_T, &ul);
cerr<<"Uploaded bytes" << ul << endl;
}
if (res != 0){