remove time

This commit is contained in:
Lewis Moten
2024-05-05 20:48:23 -04:00
parent c2a200d9a3
commit 374093d861

View File

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