Przeglądaj źródła

Remove stranded `console.log(..)` line

Sergiu Miclea 6 lat temu
rodzic
commit
2266f93309
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/plugins/endpoint/openstack/ContentPlugin.jsx

+ 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