Print less.

This commit is contained in:
Syfaro 2020-01-12 02:18:40 -06:00
parent 8673515ed1
commit 49f24e081c

View File

@ -11,8 +11,6 @@ async fn hash_url(
client: std::sync::Arc<reqwest::Client>, client: std::sync::Arc<reqwest::Client>,
url: String, url: String,
) -> Result<(img_hash::ImageHash, i64), image::ImageError> { ) -> Result<(img_hash::ImageHash, i64), image::ImageError> {
println!("loading {}", url);
let data = client let data = client
.get(&url) .get(&url)
.send() .send()