remove time
This commit is contained in:
1
index.js
1
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');
|
||||
|
||||
Reference in New Issue
Block a user