remove debug line

This commit is contained in:
Clint Shryock 2015-11-04 10:16:22 -06:00
parent 145a2e3610
commit 1a35649ea1
1 changed files with 1 additions and 2 deletions

View File

@ -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)