mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
remove prints
This commit is contained in:
parent
48d5f88c1a
commit
06f9dae0f3
2 changed files with 1 additions and 93 deletions
|
@ -49,7 +49,7 @@ where
|
|||
|
||||
async fn perform_snapshot(&self) -> anyhow::Result<()> {
|
||||
if !self.snapshot_path.is_file() {
|
||||
bail!("invalid snapshot file path");
|
||||
bail!("Invalid snapshot file path.");
|
||||
}
|
||||
|
||||
let temp_snapshot_dir = spawn_blocking(move || tempfile::tempdir_in(".")).await??;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue