Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime committed Apr 14, 2020
1 parent 3be9ba7 commit 517dc1c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/legacy/ui/public/field_editor/field_editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,6 @@ const getFieldTypeFormatsList = (field, defaultFieldFormat) => {
];
};

/*
const copyFieldMk = field => {
// console.log('copyField', field.format.params());
const obj = { ...field, format: field.format };
return obj;
};
*/

export class FieldEditor extends PureComponent {
static propTypes = {
indexPattern: PropTypes.object.isRequired,
Expand Down

0 comments on commit 517dc1c

Please sign in to comment.