boazchung commited on
Commit
eb1c4e3
โ€ข
1 Parent(s): 10fe1ec

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +0 -2
index.js CHANGED
@@ -49,8 +49,6 @@ async function detect(img) {
49
  // threshold argument ์ง€์ •
50
  );
51
  status.textContent = '';
52
- // To do #3 output์˜ ๊ฐ’์„ ๋ธŒ๋ผ์šฐ์ €์˜ ์ฝ˜์†”์— ์ถœ๋ ฅํ•˜์‹ญ์‹œ์˜ค.
53
- // your code here
54
  output.forEach(renderBox);
55
  }
56
 
 
49
  // threshold argument ์ง€์ •
50
  );
51
  status.textContent = '';
 
 
52
  output.forEach(renderBox);
53
  }
54