Skip to content

Commit f010138

Browse files
committed
주석 제거
1 parent a38941b commit f010138

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

js/products.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ function displayProducts(products) {
6060

6161
loadProducts();
6262

63-
// for (let i = 0; i < 10000000; i++) {
64-
// const temp = Math.sqrt(i) * Math.sqrt(i);
65-
// }
66-
6763
function processHeavyOperation(startIndex, chunkSize) {
6864
const endIndex = Math.min(startIndex + chunkSize, 10000000);
6965

0 commit comments

Comments
 (0)