Skip to content

Commit

Permalink
(MAINT) Remove noisy log
Browse files Browse the repository at this point in the history
  • Loading branch information
conormurray95 committed Jun 23, 2022
1 parent 82779d3 commit 37996e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ func (c *CfClient) start() {

// PostEvaluateProcessor push the data to the analytics service
func (c *CfClient) PostEvaluateProcessor(data *evaluation.PostEvalData) {
c.config.Logger.Infof("post evaluation %v", data.FeatureConfig.Feature)
c.analyticsService.PushToQueue(data.FeatureConfig, data.Target, data.Variation)
}

Expand Down

0 comments on commit 37996e5

Please sign in to comment.