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

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


The following commit(s) were added to refs/heads/5.1.x by this push:
     new 08f2a88  Remove STATSSUMMARY from Portal change log (#5813)
08f2a88 is described below

commit 08f2a88f6b5510fa377bf3d5f26cf5d516d53228
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]>
    (cherry picked from commit 0f901a440d82b370b219ee112d52931a503a315a)
---
 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 4d28fda..cbfa434 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