remove dbg msg
Some checks failed
CI/CD Pipeline / test (push) Has been cancelled

This commit is contained in:
philipp 2024-02-18 16:13:32 +01:00
parent fdd3b3cb64
commit bdc6f87efa

View File

@ -80,7 +80,6 @@ pub(crate) fn get_cache_dir() -> Result<String, Error> {
msg: "directories crate could not find basedirs.".into(),
})?;
let cache_dir = cache_dir.cache_dir();
println!("{}/risp", cache_dir.to_str().unwrap());
Ok(format!("{}/risp/", cache_dir.to_str().unwrap()))
}