mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-26 22:20:19 +00:00
remove dbg
This commit is contained in:
parent
9881a94e67
commit
2470a46511
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue