remove dbg

This commit is contained in:
Jonathan Kelley 2024-01-13 21:23:52 -08:00
parent 9881a94e67
commit 2470a46511
No known key found for this signature in database
GPG key ID: 1FBB50F7EB0A08BE

View file

@ -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);
}