Skip to content

Commit 968bc3f

Browse files
eat(biome_js_analyze): extracts class member references in a service)
1 parent dc2871a commit 968bc3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/biome_js_analyze/src/services/semantic_class.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,6 @@ fn collect_references_from_body(
557557
member: &JsSyntaxNode,
558558
body: &JsFunctionBody,
559559
) -> Option<ClassMemberReferences> {
560-
// println!("collect_references_from_body {:?} {:?}", member, body);
561560
let scoped_this_references = ThisScopeReferences::new(body).collect_function_this_references();
562561

563562
let mut reads = HashSet::new();

0 commit comments

Comments
 (0)