Skip to content

Commit

Permalink
Remove debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Oct 16, 2015
1 parent f66abc0 commit 87ae6c6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/driver/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ func containerBinds(alloc *allocdir.AllocDir, task *structs.Task) ([]string, err
shared := alloc.SharedDir
local, ok := alloc.TaskDirs[task.Name]
if !ok {
for task, dir := range alloc.TaskDirs {
fmt.Printf("%v -> %v\n", task, dir)
}
return nil, fmt.Errorf("Failed to find task local directory: %v", task.Name)
}

Expand Down

0 comments on commit 87ae6c6

Please sign in to comment.