diff --git a/01.workspace/heave/src/str/catalog.rs b/01.workspace/heave/src/str/catalog.rs index 6b2a6af..7a72d16 100644 --- a/01.workspace/heave/src/str/catalog.rs +++ b/01.workspace/heave/src/str/catalog.rs @@ -8,7 +8,6 @@ pub struct O { impl O { pub fn new(path: &str) -> Self { - sqlite::init::db(path::Path::new(path)); Self { path: String::from(path), ..O::default()