mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
Remove debug lines
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user