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.
2 parents b3128e7 + 37996e5 commit 3d83f1aCopy full SHA for 3d83f1a
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