remove tts debug code

This commit is contained in:
Cogent Apps
2023-04-15 12:27:11 +00:00
parent f1f89f2799
commit fbbb73abf9

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