Skip to content

Commit

Permalink
Removed console log entry
Browse files Browse the repository at this point in the history
  • Loading branch information
met4citizen committed Jul 2, 2024
1 parent 8c3b453 commit 3941449
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/talkinghead.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2534,8 +2534,6 @@ class TalkingHead {
}
});

console.log(times);

// Word-to-audio alignment
const timepoints = [ { mark: 0, time: 0 } ];
times.forEach( (x,i) => {
Expand Down

0 comments on commit 3941449

Please sign in to comment.