From 20d784a5d52af734e873c0ce0033660fe00206a3 Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Thu, 12 Mar 2020 21:58:02 +0000 Subject: [PATCH] chore: remove comments --- mocks/benchmark.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/mocks/benchmark.js b/mocks/benchmark.js index 0f291b06..a7fbee3f 100644 --- a/mocks/benchmark.js +++ b/mocks/benchmark.js @@ -1,9 +1,6 @@ /* eslint-disable no-unused-expressions */ 'use strict'; -// const BenchmarkManager = new self.BenchmarkManager(); -// const suite = BenchmarkManager.createSuite(); - const Benchmark = require('benchmark'); // import Benchmark from 'benchmark'