Skip to content

Commit ff7296b

Browse files
committed
Remove superfluous comments
1 parent 7dbaf70 commit ff7296b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ var is = require('unist-util-is')
44

55
module.exports = findAllAfter
66

7-
/* Find nodes after `index` in `parent` which pass `test`. */
87
function findAllAfter(parent, index, test) {
98
var results = []
109
var children

0 commit comments

Comments
 (0)