Remove debug line

This commit is contained in:
Armon Dadgar 2013-12-23 16:21:11 -08:00
parent 851c4c8ed1
commit f4761aab83
1 changed files with 0 additions and 1 deletions

View File

@ -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{}