mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 21:07:43 +00:00
chore: rm logs
This commit is contained in:
parent
46000420e8
commit
2a4e089208
2 changed files with 0 additions and 7 deletions
|
@ -178,7 +178,6 @@ impl Actor {
|
|||
}
|
||||
|
||||
self.loro.checkout(&f).unwrap();
|
||||
dbg!(&f);
|
||||
self.loro.check_state_correctness_slow();
|
||||
// check snapshot correctness after checkout
|
||||
self.loro.checkout_to_latest();
|
||||
|
|
|
@ -1187,11 +1187,6 @@ impl LoroDoc {
|
|||
let doc = Self::new();
|
||||
doc.detach();
|
||||
doc.import(&bytes).unwrap();
|
||||
dbg!(
|
||||
self.state_frontiers(),
|
||||
self.oplog_frontiers(),
|
||||
self.oplog_vv()
|
||||
);
|
||||
doc.checkout(&self.state_frontiers()).unwrap();
|
||||
let mut calculated_state = doc.app_state().try_lock().unwrap();
|
||||
let mut current_state = self.app_state().try_lock().unwrap();
|
||||
|
@ -1516,7 +1511,6 @@ mod test {
|
|||
b.get_text("text").insert(0, "hello").unwrap();
|
||||
b.commit_then_renew();
|
||||
let oplog = b.oplog().lock().unwrap();
|
||||
dbg!(&oplog.arena);
|
||||
drop(oplog);
|
||||
b.export_from(&Default::default());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue