Skip to content

Commit f636ffb

Browse files
committed
console removeed
1 parent fd38a9e commit f636ffb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

client/packages/lowcoder/src/comps/comps/selectInputComp/cascaderComp.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ let CascaderBasicComp = (function () {
1919
const childrenMap = CascaderChildren;
2020

2121
return new UICompBuilder(childrenMap, (props) => {
22-
console.log("🚀 ~ returnnewUICompBuilder ~ props:", props)
2322
return props.label({
2423
style: props.style,
2524
labelStyle: props.labelStyle,

client/packages/lowcoder/src/comps/comps/selectInputComp/cascaderContants.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ export const CascaderPropertyView = (
4747
children: RecordConstructorToComp<typeof CascaderChildren & { hidden: typeof BoolCodeControl }>
4848
) => (
4949
<>
50-
{console.log(children)}
5150
<Section name={sectionNames.basic}>
5251
{children.options.propertyView({ label: trans("cascader.options") })}
5352
{children.value.propertyView({ label: trans("prop.defaultValue") })}

0 commit comments

Comments
 (0)