Skip to content

Commit 0cd0333

Browse files
committedMar 13, 2019
remove redundant comments
1 parent ff127c5 commit 0cd0333

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎test/index.js

-3
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ function runBench(options) {
245245
}
246246
bench('marked (pedantic)', files, marked);
247247

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

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

273-
// markdown.js
274271
try {
275272
bench('markdown.js', files, (() => {
276273
const markdown = require('markdown').markdown;

0 commit comments

Comments
 (0)
Please sign in to comment.