diff --git a/apps/hubble/src/utils/logger.ts b/apps/hubble/src/utils/logger.ts index cb3be1dd00..75ce87f80c 100644 --- a/apps/hubble/src/utils/logger.ts +++ b/apps/hubble/src/utils/logger.ts @@ -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]) => {