Skip to content

Commit

Permalink
chore: Clean up debris
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed May 26, 2024
1 parent 0bc8d3e commit 7137d76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/testing/src/test_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ impl TestingHandler {
if let Some(node) = node {
let element_id = node.mounted_id();
if let Some(element_id) = element_id {
println!("{:?} / {:?} / {:?}", ev.name, element_id, ev.bubbles);
self.vdom
.handle_event(ev.name.into(), data, element_id, ev.bubbles);

Expand Down

0 comments on commit 7137d76

Please sign in to comment.