From 372171cfc3d31358c0aed7b1e8ed0b99fa590717 Mon Sep 17 00:00:00 2001 From: fchikwekwe Date: Thu, 5 Oct 2023 13:06:28 -0400 Subject: [PATCH] fix: remove comments --- exporter/honeycombexporter/config.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/exporter/honeycombexporter/config.go b/exporter/honeycombexporter/config.go index eb33b20d5516..2e1afbfedc96 100644 --- a/exporter/honeycombexporter/config.go +++ b/exporter/honeycombexporter/config.go @@ -12,10 +12,6 @@ import ( "go.uber.org/zap" ) -/* -undo all changes to filterprocessor -*/ - */ // Config defines configuration for the Honeycomb Marker exporter. type Config struct { // APIKey is the authentication token associated with the Honeycomb account.