mirror of
https://github.com/thegeneralist01/archivr
synced 2026-07-21 18:55:36 +02:00
fix(capture): remove debug println! from hash_exists
This commit is contained in:
parent
351e74df09
commit
5fba6987a3
1 changed files with 0 additions and 3 deletions
|
|
@ -332,9 +332,6 @@ fn determine_source(path: &str) -> Source {
|
|||
|
||||
fn hash_exists(hash: &str, file_extension: &str, store_path: &Path) -> Result<bool> {
|
||||
let path = store_path.join(raw_relative_path_from_hash(hash, file_extension)?);
|
||||
|
||||
println!("Checking {}", path.display());
|
||||
|
||||
Ok(path.exists())
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue