Skip to content

Commit

Permalink
Update parser.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bennichols committed Jan 4, 2016
1 parent 400ba2d commit 1ff0c79
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,6 @@ Parser.prototype._parseBlockElements = function(indexApiBlocks, detectedElements
var element = elements[j];
var elementParser = self.parsers[element.name];

if (element.name === 'apiignore') {
continue;
}

if ( ! elementParser) {
app.log.warn('parser plugin \'' + element.name + '\' not found in block: ' + blockIndex);
} else {
Expand Down

0 comments on commit 1ff0c79

Please sign in to comment.