Skip to content

Commit

Permalink
chore: remove eprint
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Jan 24, 2025
1 parent f929c9d commit 88bcd76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rules/rules_of_hooks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ impl Handler for RulesOfHooksHandler {
DiagnosticKind::Conditionally.hint(),
);
} else if !is_hook_or_component_name(name) {
eprintln!("====");
ctx.add_diagnostic_with_hint(
node.range(),
CODE,
Expand Down

0 comments on commit 88bcd76

Please sign in to comment.