mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-07 02:38:53 +03:00
Remove stray dbg!
statement
This commit is contained in:
parent
f6f18be9c3
commit
7b7a495be3
@ -1003,7 +1003,6 @@ impl<'a> WindowContext<'a> {
|
||||
if let Some(view_id) = view_id {
|
||||
self.halt_action_dispatch = false;
|
||||
self.visit_dispatch_path(view_id, |view_id, capture_phase, cx| {
|
||||
dbg!(view_id);
|
||||
cx.update_any_view(view_id, |view, cx| {
|
||||
let type_id = view.as_any().type_id();
|
||||
if let Some((name, mut handlers)) = cx
|
||||
|
Loading…
Reference in New Issue
Block a user