From 8c97ee641800a73d02516dad3e6b5172ec477e2d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 18 Oct 2022 00:21:57 +0200 Subject: [PATCH] Benchmarks: remove debug code MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- benchmarks/versus-external-pools/functions/function-to-bench.js | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmarks/versus-external-pools/functions/function-to-bench.js b/benchmarks/versus-external-pools/functions/function-to-bench.js index 7ecc7e12..b3e19fe9 100644 --- a/benchmarks/versus-external-pools/functions/function-to-bench.js +++ b/benchmarks/versus-external-pools/functions/function-to-bench.js @@ -6,7 +6,6 @@ const TaskTypes = { } module.exports = function (data) { - console.log('functionToBench', data) data = data || {} data.taskType = data.taskType || TaskTypes.CPU_INTENSIVE data.taskSize = data.taskSize || 5000 -- 2.34.1