Skip to content

Commit

Permalink
remove redundant comments
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Mar 13, 2019
1 parent ff127c5 commit 0cd0333
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ function runBench(options) {
}
bench('marked (pedantic)', files, marked);

// commonmark
try {
bench('commonmark', files, (() => {
const commonmark = require('commonmark');
Expand All @@ -259,7 +258,6 @@ function runBench(options) {
console.log('Could not bench commonmark. (Error: %s)', e.message);
}

// markdown-it
try {
bench('markdown-it', files, (() => {
const MarkdownIt = require('markdown-it');
Expand All @@ -270,7 +268,6 @@ function runBench(options) {
console.log('Could not bench markdown-it. (Error: %s)', e.message);
}

// markdown.js
try {
bench('markdown.js', files, (() => {
const markdown = require('markdown').markdown;
Expand Down

0 comments on commit 0cd0333

Please sign in to comment.