Remove stray debugging line

This commit is contained in:
Simon Quigley 2024-12-15 21:08:32 -06:00
parent 4664a37bf0
commit ea548faaf5

View File

@ -297,7 +297,6 @@ std::optional<std::string> launchpad::api_post(
if (!post_fields.empty()) { if (!post_fields.empty()) {
post_fields.pop_back(); post_fields.pop_back();
} }
std::cout << url << std::endl;
curl_easy_setopt(curl, CURLOPT_URL, url.c_str()); curl_easy_setopt(curl, CURLOPT_URL, url.c_str());
curl_easy_setopt(curl, CURLOPT_POST, 1L); curl_easy_setopt(curl, CURLOPT_POST, 1L);