adding a remove from db function

This commit is contained in:
Chris Cochrun 2025-09-17 09:27:10 -05:00
parent de0722b430
commit e2406b5462
6 changed files with 245 additions and 29 deletions

View file

@ -181,7 +181,7 @@ impl TryFrom<PathBuf> for Background {
}
}
Err(e) => {
error!("Couldn't canonicalize: {e} {:?}", path);
// error!("Couldn't canonicalize: {e} {:?}", path);
Err(ParseError::CannotCanonicalize)
}
}