mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-08 02:25:17 -05:00
Removing debug header logging.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user