File tree 1 file changed +0
-3
lines changed
model/converter/thrift/jaeger
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ package jaeger
16
16
17
17
import (
18
18
"errors"
19
- "fmt"
20
19
"math"
21
20
22
21
"github.com/jaegertracing/jaeger/proto-gen/api_v2"
@@ -67,8 +66,6 @@ func convertPerOperationFromDomain(s *api_v2.PerOperationSamplingStrategies) *sa
67
66
DefaultLowerBoundTracesPerSecond : s .GetDefaultLowerBoundTracesPerSecond (),
68
67
DefaultUpperBoundTracesPerSecond : & s .DefaultUpperBoundTracesPerSecond ,
69
68
}
70
- fmt .Println (s .GetDefaultUpperBoundTracesPerSecond ())
71
- //if s.GetDefaultUpperBoundTracesPerSecond() > 0 {}
72
69
if s .GetPerOperationStrategies () != nil {
73
70
r .PerOperationStrategies = make ([]* sampling.OperationSamplingStrategy , len (s .GetPerOperationStrategies ()))
74
71
for i , k := range s .PerOperationStrategies {
You can’t perform that action at this time.
0 commit comments