remove forgotten console.log

This commit is contained in:
Dimitar Nanov 2018-11-14 16:15:50 +02:00 committed by Roman Hotsiy
parent 51b5d04fcc
commit 413e1fad5b
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -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>