Skip to content

Commit

Permalink
fix: 删除log代码 (ant-design#7995)
Browse files Browse the repository at this point in the history
  • Loading branch information
ONLY-yours committed Dec 20, 2023
1 parent 91ae79e commit c867cd2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/table/src/components/ToolBar/DensityIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ const DensityIcon = (props: { icon?: React.ReactNode }) => {
],
});

console.log('props', props);

return (
<Dropdown {...dropdownProps} trigger={['click']}>
<Tooltip title={intl.getMessage('tableToolBar.density', '表格密度')}>
Expand Down

0 comments on commit c867cd2

Please sign in to comment.