From 8e8af7d4c6842e44bb70f2555dd48b9b1d5a1782 Mon Sep 17 00:00:00 2001 From: Zixuan Chen Date: Fri, 18 Nov 2022 00:07:06 +0800 Subject: [PATCH] chore: remove log --- crates/loro-core/src/container/text/text_container.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/loro-core/src/container/text/text_container.rs b/crates/loro-core/src/container/text/text_container.rs index 372f46d1..96a097d1 100644 --- a/crates/loro-core/src/container/text/text_container.rs +++ b/crates/loro-core/src/container/text/text_container.rs @@ -280,8 +280,6 @@ impl Container for TextContainer { debug_log!("NEW Tracker"); self.tracker = Tracker::new(vv.clone(), Counter::MAX / 2); } - - dbg!(&self.tracker); } fn track_apply(&mut self, rich_op: &RichOp) {