Browse Source

remove dbg

Jonathan Kelley 1 năm trước cách đây
mục cha
commit
2470a46511
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      packages/desktop/src/desktop_context.rs

+ 0 - 1
packages/desktop/src/desktop_context.rs

@@ -105,7 +105,6 @@ impl DesktopService {
     pub(crate) fn send_edits(&self) {
         let mut mutations = self.mutation_state.borrow_mut();
         let serialized_edits = mutations.export_memory();
-        dbg!(serialized_edits.len());
         self.edit_queue.add_edits(serialized_edits);
     }