Skip to content

Commit 49525c4

Browse files
committed
chore: @putout/compare: rm comment
1 parent 352fbbe commit 49525c4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/compare/lib/link.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ const parseName = (node) => {
2424

2525
if (isTSTypeReference(node))
2626
return node.typeName.name;
27-
// if (isTSMappedType(node))
28-
// return node.key.name;
2927
};
3028

3129
module.exports = ({add, value, nodeValue, templateStore}) => {

0 commit comments

Comments
 (0)