Skip to content

Commit e5fcee7

Browse files
committed
chore: remove code comments
1 parent 1451495 commit e5fcee7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

web-workers/offscreen-canvas-worker/worker.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@ let ctxWorker = null;
44
// Waiting to receive the OffScreenCanvas
55
self.onmessage = function (e) {
66
if (e.data === "slowDown") {
7-
// canvasB.style.border = "2px solid red";
87
fibonacci(42);
98
} else {
109
canvasB = e.data.canvas;
11-
1210
ctxWorker = canvasB.getContext("2d");
13-
// canvasB.style.border = "1px solid black";
1411
startCounting();
1512
}
1613
};

0 commit comments

Comments
 (0)