Skip to content

Commit 3d83f1a

Browse files
Merge pull request #92 from harness/MAINT-remove-noisy-log
(MAINT) Remove noisy log
2 parents b3128e7 + 37996e5 commit 3d83f1a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/client.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ func (c *CfClient) start() {
114114

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

0 commit comments

Comments
 (0)