fix: remove unwanted log (#39312)

This commit is contained in:
Oliver Eyton-Williams
2020-07-24 14:08:37 +02:00
committed by GitHub
parent f844ea3620
commit 25be0f379e

View File

@ -13,7 +13,6 @@ const propTypes = {
class Output extends Component {
render() {
const { output, defaultOutput } = this.props;
console.log('output', output);
const message = sanitizeHtml(
!isEmpty(output) ? output.join('\n') : defaultOutput,
{