Skip to content

Commit

Permalink
去除log
Browse files Browse the repository at this point in the history
  • Loading branch information
srleng committed Sep 7, 2023
1 parent 48d0b6e commit c666796
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/amis/src/renderers/Form/InputFormula.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ export class InputFormulaRenderer extends React.Component<InputFormulaProps> {
} = this.props;
let {variables, functions} = this.props;

console.log('clearDefaultFormula=======ccc', clearDefaultFormula);
if (isPureVariable(variables)) {
// 如果 variables 是 ${xxx} 这种形式,将其处理成实际的值
variables = resolveVariableAndFilter(variables, this.props.data, '| raw');
Expand Down

0 comments on commit c666796

Please sign in to comment.