Skip to content

Commit f9c3c49

Browse files
committed
Remove superfluous comments
1 parent 5019b5e commit f9c3c49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ var visit = require('unist-util-visit')
44

55
module.exports = removePosition
66

7-
/* Remove `position`s from `tree`. */
87
function removePosition(node, force) {
98
visit(node, force ? hard : soft)
109
return node

0 commit comments

Comments
 (0)