react-transcript-editor
react-transcript-editor copied to clipboard
Unnecessary console.log for speaker block distracting in production
Describe the bug
I forgot to remove a console.log in a previous PR https://github.com/bbc/react-transcript-editor/blob/c9a2ccd0fb2d150e8fc99af7377067c186e7221f/packages/components/timed-text-editor/WrapperBlock.js#L92
To Reproduce open the demo app, load demo and open inspector
Expected behavior
not to see this console.log for every speaker / paragraph being loaded
Screenshots
NA
Additional context
NA
Might raise a PR if I can find the time, otherwise anybody else welcome to fix this. (it will also need re-publishing on npm, re-deploying github pages demo etc..)