removed old code

This commit is contained in:
Thomas Eppers 2021-11-25 14:06:43 +01:00
parent e3865da563
commit 7d9cc21b6e

View File

@ -33,7 +33,6 @@ impl Ghcr {
.header(reqwest::header::AUTHORIZATION, format!("Bearer {}", token)) .header(reqwest::header::AUTHORIZATION, format!("Bearer {}", token))
.send() .send()
{ {
// let response = match reqwest::blocking::get(url) {
Ok(result) => result, Ok(result) => result,
Err(e) => return Err(Error::Fetching(format!("reqwest error: {}", e))), Err(e) => return Err(Error::Fetching(format!("reqwest error: {}", e))),
}; };