Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
aditiharini committed Oct 28, 2024
1 parent ac12a95 commit 964e057
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/hubble/src/utils/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,6 @@ export class Tags {
this.fields = fields;
}

merge(tags: Tags) {
this.fields = { ...this.fields, ...tags.fields };
}

toString() {
const extraFields = Object.fromEntries(
Object.entries(this.fields).filter(([key, value]) => {
Expand Down

0 comments on commit 964e057

Please sign in to comment.