Remove redundant log

Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
David Gageot 2015-11-27 08:40:14 +01:00
parent cfe3972d18
commit 515bdad0f6
1 changed files with 0 additions and 2 deletions

View File

@ -398,8 +398,6 @@ func (d *Driver) Create() error {
}
}
log.Infof("Starting VirtualBox VM...")
return d.Start()
}