Skip to content

Commit

Permalink
Remove debug instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementNerma committed Dec 8, 2023
1 parent 666e4e4 commit a61720d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/history/file_backed.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use indexmap::IndexMap;
use itertools::Itertools;
use rand::{rngs::SmallRng, RngCore, SeedableRng};

use super::{
Expand Down Expand Up @@ -353,9 +352,6 @@ impl History for FileBackedHistory {

self.entries = foreign_entries;

println!("|- Result : {}", self.entries.values().join(" ; "));
println!();

self.last_on_disk = self.entries.last().map(|(id, _)| *id);

Ok(())
Expand Down

0 comments on commit a61720d

Please sign in to comment.