Skip to content

Commit

Permalink
remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
catsby committed Nov 4, 2015
1 parent 4f42fb2 commit 9ed365f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/driver/qemu.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ 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
}

Expand Down

0 comments on commit 9ed365f

Please sign in to comment.