From fbbb73abf996a7091da7f1d66ad34885a76b0263 Mon Sep 17 00:00:00 2001 From: Cogent Apps Date: Sat, 15 Apr 2023 12:27:11 +0000 Subject: [PATCH] remove tts debug code --- app/src/components/tts-button.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/components/tts-button.tsx b/app/src/components/tts-button.tsx index 6a70ec3d..cc239a07 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 } - {JSON.stringify(state)} ); }