Skip to content

Commit

Permalink
perf: 移除多余的log
Browse files Browse the repository at this point in the history
  • Loading branch information
greper committed Aug 2, 2022
1 parent f59bca1 commit 75c2881
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/fast-crud/src/components/crud/fs-cell.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export default {
if (computedComponent.value?.show === false) {
return;
}
console.log("computedComponent:", JSON.stringify(computedComponent.value));
return <fs-component-render ref={"targetRef"} {...computedComponent.value} scope={props.getScope()} />;
} else {
return <span class={"fs-cell"}> {props.getScope().value}</span>;
Expand Down

0 comments on commit 75c2881

Please sign in to comment.