Skip to content

Commit

Permalink
server: very debug.
Browse files Browse the repository at this point in the history
Docker-DCO-1.1-Signed-off-by: Vincent Batts <[email protected]> (github: vbatts)
  • Loading branch information
vbatts committed Jun 2, 2014
1 parent f1cc7ce commit f322168
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -700,13 +700,10 @@ func (srv *Server) Images(job *engine.Job) engine.Status {
filt_tagged = true
)

utils.Debugf("SUCH JOB: %#v", job)
utils.Debugf("SUCH ENV: %#v", *job.Env())
imageFilters, err := filters.FromParam(job.Getenv("filters"))
if err != nil {
return job.Error(err)
}
utils.Debugf("SUCH FILTERS: %#v", imageFilters)
if i, ok := imageFilters["untagged"]; ok {
for _, value := range i {
if strings.ToLower(value) == "true" {
Expand Down

0 comments on commit f322168

Please sign in to comment.