Skip to content

Commit

Permalink
Merge pull request #92 from harness/MAINT-remove-noisy-log
Browse files Browse the repository at this point in the history
(MAINT) Remove noisy log
  • Loading branch information
conormurray95 committed Jun 23, 2022
2 parents b3128e7 + 37996e5 commit 3d83f1a
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 3d83f1a

Please sign in to comment.