From 02741f2c1beb499b188f6840c5384eb9c4f06c6d Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Mon, 8 Aug 2022 02:41:54 -0400 Subject: remove unnecessary verbosity --- src/http.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/http.cpp') diff --git a/src/http.cpp b/src/http.cpp index f4d45a2..ba3ce3c 100644 --- a/src/http.cpp +++ b/src/http.cpp @@ -129,7 +129,6 @@ void request::add_file(std::string_view name, const Glib::RefPtr &fil // copied void request::add_field(std::string_view name, const char *data, size_t size) { - puts(name.data()); auto *field = curl_mime_addpart(m_form); curl_mime_name(field, name.data()); curl_mime_data(field, data, size); -- cgit v1.2.3