mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-07 01:04:26 +01:00
core: Drop debugging code
This commit is contained in:
@@ -200,7 +200,6 @@ impl Database {
|
||||
|
||||
let shared_page_cache = Arc::new(RwLock::new(DumbLruPageCache::default()));
|
||||
let schema = Arc::new(RwLock::new(Schema::new(enable_indexes)));
|
||||
dbg!(enable_indexes);
|
||||
let db = Database {
|
||||
mv_store,
|
||||
path: path.to_string(),
|
||||
|
||||
Reference in New Issue
Block a user