Skip to content

Commit

Permalink
remove unused vars
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Boten <aboten@lightstep.com>
  • Loading branch information
Alex Boten committed Sep 7, 2023
1 parent d04b7c1 commit 2243391
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions exporter/debugexporter/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ import (

const (
// The value of "type" key in configuration.
typeStr = "debug"
defaultSamplingInitial = 2
defaultSamplingThereafter = 500
typeStr = "debug"
)

// NewFactory creates a factory for Logging exporter
Expand Down

0 comments on commit 2243391

Please sign in to comment.