remove text output debug
This commit is contained in:
parent
2e4cdbe67b
commit
f28b5b1c50
@ -19,9 +19,6 @@ export const TextOutput = () => {
|
||||
const mode = useSelector(selectDisplayMode)
|
||||
return (
|
||||
<>
|
||||
<div>
|
||||
{mode}, {offset}
|
||||
</div>
|
||||
<div>
|
||||
{segments.map((segment, idx) => {
|
||||
idx = idx + offset
|
||||
|
Loading…
Reference in New Issue
Block a user