mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-25 01:34:13 +01:00
remove dbg
This commit is contained in:
parent
712a85a9a4
commit
a8c54fd569
@ -119,7 +119,7 @@ pub async fn refresh(db: &mut dyn Database) -> Result<()> {
|
||||
|
||||
// delete the index
|
||||
let data_dir = atuin_common::utils::data_dir();
|
||||
let tantivy_dir = dbg!(data_dir.join("tantivy"));
|
||||
let tantivy_dir = data_dir.join("tantivy");
|
||||
fs_err::remove_dir_all(tantivy_dir)?;
|
||||
|
||||
tokio::task::spawn_blocking(|| {
|
||||
|
Loading…
Reference in New Issue
Block a user