Commit 5149af75 by zhaochengxiang

去掉打印

parent 03499704
...@@ -492,7 +492,6 @@ const SelectSchemas = ({ visible, onCancel }) => { ...@@ -492,7 +492,6 @@ const SelectSchemas = ({ visible, onCancel }) => {
> >
<Config onState={(state) => { <Config onState={(state) => {
let newSchemas = [] let newSchemas = []
console.log('state', state)
if (state.database?._class==='Catalog,EsDatabase' || state.database?._class==='Catalog,Neo4jDatabase') { if (state.database?._class==='Catalog,EsDatabase' || state.database?._class==='Catalog,Neo4jDatabase') {
newSchemas = [{ newSchemas = [{
idPath: state.database?.idPath, idPath: state.database?.idPath,
...@@ -509,7 +508,6 @@ const SelectSchemas = ({ visible, onCancel }) => { ...@@ -509,7 +508,6 @@ const SelectSchemas = ({ visible, onCancel }) => {
}) })
} }
console.log('newSchemas', newSchemas)
setSchemas(newSchemas) setSchemas(newSchemas)
}} /> }} />
</Modal> </Modal>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment