chore: remove log

This commit is contained in:
Zixuan Chen 2022-11-18 00:07:06 +08:00
parent b6c0c09c3d
commit 8e8af7d4c6

View file

@ -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) {