Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
konolak committed Dec 30, 2024
1 parent 20c642b commit dd388c8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ export class DataSourcesFiltersComponent
const handleDataFilter = (category: string) =>
filterData(profileData, this.activeFilters, category);

console.log('profileData', profileData);

// JSON structure mimics the one we got in Portal from Elasticsearch
const filters = {
aggregations: {
Expand Down

0 comments on commit dd388c8

Please sign in to comment.