removed unused

This commit is contained in:
2025-02-20 07:05:26 -06:00
parent ba0c2746fb
commit 5b93c72061

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) {