Thamaraikannan commited on
Commit
c9f8e04
·
verified ·
1 Parent(s): 5a49d6d

Update routes/index.js

Browse files
Files changed (1) hide show
  1. routes/index.js +0 -2
routes/index.js CHANGED
@@ -13,8 +13,6 @@ router.post('/talk', async function (req, res) {
13
 
14
  const result = await textToSpeech(text, voice);
15
 
16
- console.log("Blend Shapes:", result.blendData); // Logs blend shapes
17
- console.log("Generated File:", result.filename); // Logs output filename
18
 
19
  res.json(result);
20
  } catch (err) {
 
13
 
14
  const result = await textToSpeech(text, voice);
15
 
 
 
16
 
17
  res.json(result);
18
  } catch (err) {