remove tts debug code
parent
f1f89f2799
commit
fbbb73abf9
|
@ -58,6 +58,5 @@ export function TTSButton(props: { id: string, selector: string, complete: boole
|
||||||
<FormattedMessage defaultMessage="Stop" description="Label for the button that stops text-to-speech playback" />
|
<FormattedMessage defaultMessage="Stop" description="Label for the button that stops text-to-speech playback" />
|
||||||
</span>}
|
</span>}
|
||||||
</Button>
|
</Button>
|
||||||
{JSON.stringify(state)}
|
|
||||||
</>);
|
</>);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue