From 37996e5da093c8c7489a75dd68dfc2ec9189923e Mon Sep 17 00:00:00 2001 From: Conor Murray Date: Thu, 23 Jun 2022 16:46:39 +0100 Subject: [PATCH] (MAINT) Remove noisy log --- client/client.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client/client.go b/client/client.go index 1dfedcbf..227cfbf7 100644 --- a/client/client.go +++ b/client/client.go @@ -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) }