This is an automated email from the ASF dual-hosted git repository.

ocket8888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f901a4  Remove STATSSUMMARY from Portal change log (#5813)
0f901a4 is described below

commit 0f901a440d82b370b219ee112d52931a503a315a
Author: Steve Malenfant <[email protected]>
AuthorDate: Thu May 6 12:51:29 2021 -0400

    Remove STATSSUMMARY from Portal change log (#5813)
    
    * Remove STATSSUMMARY from Portal change log
    
    * Removing temporary comments
    
    Co-authored-by: Steve Malenfant <[email protected]>
---
 traffic_ops/traffic_ops_golang/trafficstats/stats_summary.go | 2 --
 1 file changed, 2 deletions(-)

diff --git a/traffic_ops/traffic_ops_golang/trafficstats/stats_summary.go 
b/traffic_ops/traffic_ops_golang/trafficstats/stats_summary.go
index c2da6ac..347e786 100644
--- a/traffic_ops/traffic_ops_golang/trafficstats/stats_summary.go
+++ b/traffic_ops/traffic_ops_golang/trafficstats/stats_summary.go
@@ -154,8 +154,6 @@ func CreateStatsSummary(w http.ResponseWriter, r 
*http.Request) {
        }
 
        successMsg := "Stats Summary was successfully created"
-       logMsg := fmt.Sprintf("STATSSUMMARY: %v, ID: %v, ACTION: create 
stats_summary", *ss.StatName, id)
-       api.CreateChangeLogRawTx(api.ApiChange, logMsg, inf.User, inf.Tx.Tx)
        api.WriteRespAlert(w, r, tc.SuccessLevel, successMsg)
 }
 

Reply via email to