Browse Source

remove console.log

dsehnal 3 năm trước cách đây
mục cha
commit
eb4fc4588d
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/mol-plugin-ui/controls/parameters.tsx

+ 0 - 1
src/mol-plugin-ui/controls/parameters.tsx

@@ -1097,7 +1097,6 @@ export class GroupControl extends React.PureComponent<ParamProps<PD.Group<any>>
 
     onSelectPreset: ActionMenu.OnSelect = item => {
         this.setState({ showPresets: false });
-        console.log(item);
         this.change(item?.value);
     }