Remove the commented-out code

Signed-off-by: Xiaodong Ye <yeahdongcn@gmail.com>
This commit is contained in:
Xiaodong Ye 2024-01-25 16:19:38 +08:00
parent 3b7f7c6e32
commit 695bc56144

View file

@ -618,7 +618,6 @@
gravatarEmail = settings.gravatarEmail ?? ''; gravatarEmail = settings.gravatarEmail ?? '';
speakVoice = settings.speakVoice ?? ''; speakVoice = settings.speakVoice ?? '';
// await voices.set(await speechSynthesis.getVoices());
const getVoicesLoop = setInterval(async () => { const getVoicesLoop = setInterval(async () => {
const _voices = await speechSynthesis.getVoices(); const _voices = await speechSynthesis.getVoices();
@ -1763,7 +1762,7 @@
</div> </div>
</div> </div>
<!-- <!--
<div> <div>
<div class=" mb-2.5 text-sm font-medium"> <div class=" mb-2.5 text-sm font-medium">
Gravatar Email <span class=" text-gray-400 text-sm">(optional)</span> Gravatar Email <span class=" text-gray-400 text-sm">(optional)</span>