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.