Remove TM2 debug message

Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/286ed23f
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/286ed23f
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/286ed23f

Branch: refs/heads/master
Commit: 286ed23f11a5e93509fff42eed2e1f1f2e78de04
Parents: 3c17dab
Author: Robert Butts <robert.o.bu...@gmail.com>
Authored: Fri Oct 21 15:36:24 2016 -0600
Committer: Jeremy Mitchell <mitchell...@gmail.com>
Committed: Fri Oct 28 15:04:12 2016 -0600

----------------------------------------------------------------------
 traffic_monitor/experimental/traffic_monitor/srvhttp/srvhttp.go | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/286ed23f/traffic_monitor/experimental/traffic_monitor/srvhttp/srvhttp.go
----------------------------------------------------------------------
diff --git a/traffic_monitor/experimental/traffic_monitor/srvhttp/srvhttp.go 
b/traffic_monitor/experimental/traffic_monitor/srvhttp/srvhttp.go
index a1ef6af..098c846 100644
--- a/traffic_monitor/experimental/traffic_monitor/srvhttp/srvhttp.go
+++ b/traffic_monitor/experimental/traffic_monitor/srvhttp/srvhttp.go
@@ -257,7 +257,6 @@ type GetDataFunc func(DataRequest) ([]byte, int)
 
 // ParametersStr takes the URL query parameters, and returns a string as used 
by the Traffic Monitor 1.0 endpoints "pp" key.
 func ParametersStr(params url.Values) string {
-       fmt.Println("debug4 ParametersStr 0")
        pp := ""
        for param, vals := range params {
                for _, val := range vals {

Reply via email to