Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
remove useless print
Signed-off-by: Victor Vieux <vieux@docker.com>
  • Loading branch information
vieux committed Jan 17, 2015
1 parent c0d0b68 commit a0901ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/utils.go
Expand Up @@ -45,7 +45,6 @@ func getContainerFromVars(c *context, vars map[string]string) (*cluster.Containe
func copyHeader(dst, src http.Header) {
for k, vv := range src {
for _, v := range vv {
fmt.Println(k, v)
dst.Add(k, v)
}
}
Expand Down

0 comments on commit a0901ce

Please sign in to comment.