Jonathan Kelley пре 1 година
родитељ
комит
2470a46511
1 измењених фајлова са 0 додато и 1 уклоњено
  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);
     }