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');