diff --git a/app/src/components/tts-button.tsx b/app/src/components/tts-button.tsx index 6a70ec3..cc239a0 100644 --- a/app/src/components/tts-button.tsx +++ b/app/src/components/tts-button.tsx @@ -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" /> </span>} </Button> - {JSON.stringify(state)} </>); }