mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
remove debug line
This commit is contained in:
@@ -104,9 +104,8 @@ func (d *QemuDriver) Start(ctx *ExecContext, task *structs.Task) (DriverHandle,
|
||||
d.logger,
|
||||
)
|
||||
if err != nil {
|
||||
d.logger.Printf("\n---\nDEBUG\n---\n error here: %s\n---\n", err)
|
||||
return nil, err
|
||||
}
|
||||
}
|
||||
|
||||
vmID := filepath.Base(vmPath)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user