Commit 695bc561 authored by Xiaodong Ye's avatar Xiaodong Ye
Browse files

Remove the commented-out code


Signed-off-by: default avatarXiaodong Ye <yeahdongcn@gmail.com>
parent 3b7f7c6e
...@@ -618,7 +618,6 @@ ...@@ -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 @@ ...@@ -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>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment