chroe: 删除无用console.log

master
钟良源 3 months ago
parent c4398aecb4
commit 66917cdfd2

@ -84,7 +84,6 @@ const EventSelect: React.FC<EventSelectProps> = ({ nodeData, eventList, type, on
}; };
const handelSelect = (e) => { const handelSelect = (e) => {
console.log('e:', e);
const data = { const data = {
type: typeMap[type], type: typeMap[type],
customDef: { customDef: {

Loading…
Cancel
Save