Commit 5149af75 by zhaochengxiang

去掉打印

parent 03499704
......@@ -492,7 +492,6 @@ const SelectSchemas = ({ visible, onCancel }) => {
>
<Config onState={(state) => {
let newSchemas = []
console.log('state', state)
if (state.database?._class==='Catalog,EsDatabase' || state.database?._class==='Catalog,Neo4jDatabase') {
newSchemas = [{
idPath: state.database?.idPath,
......@@ -509,7 +508,6 @@ const SelectSchemas = ({ visible, onCancel }) => {
})
}
console.log('newSchemas', newSchemas)
setSchemas(newSchemas)
}} />
</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