From 39414496f96939da3d7023d22d25df14c5de9c4f Mon Sep 17 00:00:00 2001 From: met4citizen Date: Tue, 2 Jul 2024 07:20:00 +0300 Subject: [PATCH] Removed console log entry --- modules/talkinghead.mjs | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/talkinghead.mjs b/modules/talkinghead.mjs index a53ab1e..58f95f9 100755 --- a/modules/talkinghead.mjs +++ b/modules/talkinghead.mjs @@ -2534,8 +2534,6 @@ class TalkingHead { } }); - console.log(times); - // Word-to-audio alignment const timepoints = [ { mark: 0, time: 0 } ]; times.forEach( (x,i) => {