From ea548faaf54fbeca78e515d34e9449c0753b7476 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Sun, 15 Dec 2024 21:08:32 -0600 Subject: [PATCH] Remove stray debugging line --- src/launchpad.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/launchpad.cpp b/src/launchpad.cpp index 99c8259..4293a6f 100644 --- a/src/launchpad.cpp +++ b/src/launchpad.cpp @@ -297,7 +297,6 @@ std::optional launchpad::api_post( if (!post_fields.empty()) { post_fields.pop_back(); } - std::cout << url << std::endl; curl_easy_setopt(curl, CURLOPT_URL, url.c_str()); curl_easy_setopt(curl, CURLOPT_POST, 1L);