mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 16:46:34 +03:00
remove forgotten console.log
This commit is contained in:
parent
51b5d04fcc
commit
413e1fad5b
|
@ -56,7 +56,6 @@ export class ObjectDescription extends React.PureComponent<ObjectDescriptionProp
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
const { showReadOnly = true, showWriteOnly = false } = this.props;
|
const { showReadOnly = true, showWriteOnly = false } = this.props;
|
||||||
console.log(this.props);
|
|
||||||
return (
|
return (
|
||||||
<Section>
|
<Section>
|
||||||
<Row>
|
<Row>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user