Remove sql_cache call in lib

This commit is contained in:
flyingscorpio@clevo 2022-12-08 22:55:18 +01:00
parent eb3f4fa4d7
commit daa6121a6d

View file

@ -15,8 +15,6 @@ use mouth::Mouth;
/// Entry point of the library, propagates errors to `main`.
pub fn run() -> Result<(), Box<dyn Error>> {
cache::sql_cache();
Ok(())
}