removed unused

This commit is contained in:
Scott E. Graves 2025-02-20 07:05:26 -06:00
parent 7a32a11774
commit 731400c009

View File

@ -220,8 +220,8 @@ void remove_stalled(std::string_view download_id, std::string_view title,
}
utils::error::handle_info(
function_name, fmt::format("searching release {}|{}|{}|{}|{}", server.id,
server.url, title, search_id, download_id));
function_name, fmt::format("searching release {}|{}|{}|{}", server.id,
server.url, title, search_id));
response = cli.Post(fmt::format("/api/{}/command", server.api_version),
data->dump(), "application/json");
if (not response) {