remove tts debug code

main
Cogent Apps 2023-04-15 12:27:11 +00:00
parent f1f89f2799
commit fbbb73abf9
1 changed files with 0 additions and 1 deletions

View File

@ -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)}
</>);
}