Removing debug header logging.

This commit is contained in:
J-D-K
2025-07-04 13:45:07 -04:00
parent e27e0c8e51
commit a7413c3e75

View File

@@ -205,11 +205,6 @@ bool remote::GoogleDrive::upload_file(const fslib::Path &source)
return false;
}
for (std::string &h : headerArray)
{
logger::log("h: %s", h.c_str());
}
// Extract the location from the headers.
std::string location;
if (!curl::get_header_value(headerArray, HEADER_UPLOAD_LOCATION.data(), location))