2
0
Эх сурвалжийг харах

Merge pull request #493 from smiclea/console-log

Remove stranded `console.log(..)` line
Nashwan Azhari 6 жил өмнө
parent
commit
af5c85a6c7

+ 0 - 1
src/plugins/endpoint/openstack/ContentPlugin.jsx

@@ -96,7 +96,6 @@ class ContentPlugin extends React.Component<Props, State> {
   }
 
   get hasCephOptionsSet(): boolean {
-    console.log('schema', JSON.parse(JSON.stringify(this.props.connectionInfoSchema)))
     let cephOptionsField = this.props.connectionInfoSchema.find(n => n.name === 'ceph_options')
     if (!cephOptionsField || !cephOptionsField.properties) {
       return false