Skip to content

Commit

Permalink
Remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Dec 30, 2024
1 parent 349b842 commit 31c5c56
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ export class SavedObjectsTable extends Component<SavedObjectsTableProps, SavedOb

const allowedTypes = this.props.allowedTypes.map((type) => type.name);

// @TODO: remove
console.log(`--@@allowedTypes`, allowedTypes);
const selectedTypes = allowedTypes.filter(
(type) => !visibleTypes || visibleTypes.includes(type)
);
Expand Down

0 comments on commit 31c5c56

Please sign in to comment.