Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 0a3bf39

Browse files
author
obelghitialaoui
committed
remove unused comment
1 parent 2a3c09f commit 0a3bf39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/parser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ Parser.prototype._findBlockWithApiGetIndex = function(blocks) {
435435
found = false;
436436
break;
437437
}
438-
// if (filterTag && blocks[i][j].name.substr(0, 10) === filterTag && blocks[i][j].content !== valueTofilter) {
438+
439439
if (filterTag) {
440440
if (blocks[i][j].name.substr(0, 9) === 'apidefine') {
441441
isDefine = true;

0 commit comments

Comments
 (0)