From f4761aab83eb269b427083c54f75b3a93cf111cd Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Mon, 23 Dec 2013 16:21:11 -0800 Subject: [PATCH] Remove debug line --- command/agent/catalog_endpoint.go | 1 - 1 file changed, 1 deletion(-) diff --git a/command/agent/catalog_endpoint.go b/command/agent/catalog_endpoint.go index 23593e45b..047adcc3e 100644 --- a/command/agent/catalog_endpoint.go +++ b/command/agent/catalog_endpoint.go @@ -28,7 +28,6 @@ func (s *HTTPServer) CatalogRegister(resp http.ResponseWriter, req *http.Request if args.Datacenter == "" { args.Datacenter = s.agent.config.Datacenter } - s.logger.Printf("[DEBUG] ARGS: %#v %v %#v", args, args.Datacenter == "", s.agent.config) // Forward to the servers var out struct{}