Skip to content

Commit

Permalink
chore(semantic): remove accidentally left comment (#5162)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunqing committed Aug 24, 2024
1 parent d5a4940 commit e356112
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/oxc_semantic/src/checker/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ pub fn check<'a>(node: &AstNode<'a>, ctx: &SemanticBuilder<'a>) {

match kind {
AstKind::Program(_) => {
// js::check_labeled_statement(ctx);
js::check_duplicate_class_elements(ctx);
}
AstKind::BindingIdentifier(ident) => {
Expand Down

0 comments on commit e356112

Please sign in to comment.