Skip to content

Commit f2b752f

Browse files
committed
Cleans up unnecessary comments
1 parent d9afbfc commit f2b752f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/pyright-scip/src/treeVisitor.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,6 @@ export class TreeVisitor extends ParseTreeWalker {
574574
const existingSymbol = this.rawGetLsifSymbol(decl.node);
575575
if (existingSymbol) {
576576
if (decl.node.id === parent.id || decl.node.id === node.id) {
577-
// Check if the declaration is a function
578577
switch (decl.node.nodeType) {
579578
case ParseNodeType.Function:
580579
case ParseNodeType.Class:

0 commit comments

Comments
 (0)