Skip to content

Commit c8bdc33

Browse files
committed
Clean logs
1 parent 5376f94 commit c8bdc33

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/chart/parameter/component/NodePropertyParameterSelect.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,7 @@ const NodePropertyParameterSelectComponent = (props: ParameterSelectProps) => {
120120

121121
handleParametersUpdate(newValue, newDisplay, manualParameterSave);
122122
};
123-
console.log(extraRecords);
124-
console.log(displayValueRowIndex);
125-
console.log(inputDisplayText);
123+
126124
return (
127125
<div className={'n-flex n-flex-row n-flex-wrap n-items-center'}>
128126
<Autocomplete

0 commit comments

Comments
 (0)