You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2021/05/05 14:44:29 UTC

[GitHub] [trafficcontrol] mitchell852 commented on a change in pull request #5813: Remove STATSSUMMARY from Portal change log

mitchell852 commented on a change in pull request #5813:
URL: https://github.com/apache/trafficcontrol/pull/5813#discussion_r626632238



##########
File path: traffic_ops/traffic_ops_golang/trafficstats/stats_summary.go
##########
@@ -154,8 +154,8 @@ 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)
+	// logMsg := fmt.Sprintf("STATSSUMMARY: %v, ID: %v, ACTION: create stats_summary", *ss.StatName, id)

Review comment:
       please delete. no need to leave cruft in the code. if this code is needed, easy enough to revert it using git.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org