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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,
{