From d1ef42ca00d1752f76e4c078bc370b497cfec5dc Mon Sep 17 00:00:00 2001 From: "Ilya (OgarkovIA)" Date: Sun, 27 Oct 2024 15:40:50 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B0?= =?UTF-8?q?=20=D0=B2=20=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cs-lab34.layout | 2 +- main.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/cs-lab34.layout b/cs-lab34.layout index 9b52a44..5ca9fb3 100644 --- a/cs-lab34.layout +++ b/cs-lab34.layout @@ -4,7 +4,7 @@ - + diff --git a/main.cpp b/main.cpp index ae6fb02..e03318b 100644 --- a/main.cpp +++ b/main.cpp @@ -72,7 +72,6 @@ Input download(const string& address) { curl_easy_strerror(res); exit(1); } - cerr << res << endl; curl_easy_cleanup(curl); } return input_data(buffer, false);