boazchung commited on
Commit
af6e95b
1 Parent(s): 80a7899

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -49,7 +49,7 @@ async function detect(img) {
49
  //console.log(output);
50
  status.textContent = '';
51
  const x = output.forEach(renderBox);
52
- console.log(output.forEach(renderBox));
53
  x;
54
  }
55
 
 
49
  //console.log(output);
50
  status.textContent = '';
51
  const x = output.forEach(renderBox);
52
+ console.log(x);
53
  x;
54
  }
55