mirror of
https://github.com/Syfaro/fuzzysearch.git
synced 2024-11-10 17:02:38 +00:00
Print less.
This commit is contained in:
parent
8673515ed1
commit
49f24e081c
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user