mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-23 13:39:12 +00:00
chore: remove log
This commit is contained in:
parent
889f564779
commit
6d095a6cbb
1 changed files with 0 additions and 1 deletions
|
@ -312,7 +312,6 @@ impl Tracker {
|
|||
self.cached_fake_current_vv
|
||||
.set_end(id.inc(content.content_len() as i32));
|
||||
self.all_vv.set_end(id.inc(content.content_len() as i32));
|
||||
dbg!(content);
|
||||
let text_content = content.as_list().expect("Content is not for list");
|
||||
match text_content {
|
||||
InnerListOp::Insert { slice, pos } => {
|
||||
|
|
Loading…
Reference in a new issue