We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82779d3 commit 37996e5Copy full SHA for 37996e5
client/client.go
@@ -114,7 +114,6 @@ func (c *CfClient) start() {
114
115
// PostEvaluateProcessor push the data to the analytics service
116
func (c *CfClient) PostEvaluateProcessor(data *evaluation.PostEvalData) {
117
- c.config.Logger.Infof("post evaluation %v", data.FeatureConfig.Feature)
118
c.analyticsService.PushToQueue(data.FeatureConfig, data.Target, data.Variation)
119
}
120
0 commit comments