Remove sql_cache call in lib
This commit is contained in:
parent
eb3f4fa4d7
commit
daa6121a6d
1 changed files with 0 additions and 2 deletions
|
@ -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(())
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue