cahodk commited on
Commit
f2c3860
1 Parent(s): 05f068b

Remove console.log

Browse files
Files changed (1) hide show
  1. sketch.js +0 -1
sketch.js CHANGED
@@ -34,7 +34,6 @@ function draw() {
34
  // A function to draw ellipses over the detected keypoints
35
  function drawKeypoints() {
36
  for (let i = 0; i < predictions.length; i += 1) {
37
- console.log(predictions)
38
  const keypoints = predictions[i].scaledMesh;
39
 
40
  // Draw facial keypoints.
 
34
  // A function to draw ellipses over the detected keypoints
35
  function drawKeypoints() {
36
  for (let i = 0; i < predictions.length; i += 1) {
 
37
  const keypoints = predictions[i].scaledMesh;
38
 
39
  // Draw facial keypoints.