From 374093d86105f0ae0f2c98c5d0b6ed0a6d296b8a Mon Sep 17 00:00:00 2001 From: Lewis Moten Date: Sun, 5 May 2024 20:48:23 -0400 Subject: [PATCH] remove time --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 746ec64..fe50384 100644 --- a/index.js +++ b/index.js @@ -1103,7 +1103,6 @@ function drawChannelData() { } drawChannelByteMarkers(ctx, channelCount, width, height); drawChannelNumbers(ctx, channelCount, width, height) - console.log('time', Math.ceil(performance.now() - now)); } function clearCanvas(canvas) { const ctx = canvas.getContext('2d');