Skip to content

Commit

Permalink
Forgot to remove a console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrandgirard committed Apr 11, 2024
1 parent 425c1e4 commit fc2bb42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rules/sort-class-members.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ function getMemberInfo(node, sourceCode) {

if (node.typeAnnotation) {
propertyType = node.typeAnnotation.typeAnnotation.type;
console.log(propertyType);
} else {
propertyType = node.value ? node.value.type : node.value;
}
Expand Down

0 comments on commit fc2bb42

Please sign in to comment.