mirror of
https://github.com/Syfaro/fuzzysearch.git
synced 2024-11-23 15:22:31 +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>,
|
||||
url: String,
|
||||
) -> Result<(img_hash::ImageHash, i64), image::ImageError> {
|
||||
println!("loading {}", url);
|
||||
|
||||
let data = client
|
||||
.get(&url)
|
||||
.send()
|
||||
|
Loading…
Reference in New Issue
Block a user