Skip to content

Commit

Permalink
removed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhanshu Surana committed Oct 30, 2019
1 parent 321aeb8 commit 7825bce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/config/sampling/sampling.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ func Update(jaeger *v1.Jaeger, commonSpec *v1.JaegerCommonSpec, options *[]strin
commonSpec.Volumes = append(commonSpec.Volumes, volume)
commonSpec.VolumeMounts = append(commonSpec.VolumeMounts, volumeMount)
*options = append(*options, "--sampling.strategies-file=/etc/jaeger/sampling/sampling.json")
//fmt.Println(options)
}

func samplingConfigVolumeName(jaeger *v1.Jaeger) string {
Expand Down

0 comments on commit 7825bce

Please sign in to comment.