remove debug output

This commit is contained in:
F. Vollmann 2020-04-15 16:39:16 +02:00 committed by GitHub
parent 26a8cff142
commit 997224762b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,6 @@ export class MediaTypeSamples extends React.Component<PayloadSamplesProps, Media
};
render() {
const { activeIdx } = this.state;
console.log(this.props);
const examples = this.props.mediaType.examples || {};
const mimeType = this.props.mediaType.name;