Skip to content

Commit

Permalink
Remove double notify
Browse files Browse the repository at this point in the history
  • Loading branch information
RemcoSmitsDev committed Sep 18, 2024
1 parent 1ec7454 commit af0b8b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/debugger_ui/src/debugger_panel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -626,8 +626,6 @@ impl DebugPanel {
// .detach_and_log_err(cx);
}

cx.notify();

cx.emit(DebugPanelEvent::Thread((*client_id, event.clone())));
}

Expand Down

0 comments on commit af0b8b9

Please sign in to comment.