Skip to content

Commit

Permalink
remove tts debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
cogentapps committed Apr 15, 2023
1 parent f1f89f2 commit fbbb73a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/components/tts-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
</>);
}

0 comments on commit fbbb73a

Please sign in to comment.