aboutsummaryrefslogtreecommitdiffstats
path: root/vm/vmware
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vmware')
-rw-r--r--vm/vmware/vmware.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/vm/vmware/vmware.go b/vm/vmware/vmware.go
index 56a97e016..104c3d6a9 100644
--- a/vm/vmware/vmware.go
+++ b/vm/vmware/vmware.go
@@ -65,10 +65,6 @@ func ctor(env *vmimpl.Env) (vmimpl.Pool, error) {
if _, err := exec.LookPath("vmrun"); err != nil {
return nil, fmt.Errorf("cannot find vmrun")
}
- if env.Debug && cfg.Count > 1 {
- log.Logf(0, "limiting number of VMs from %v to 1 in debug mode", cfg.Count)
- cfg.Count = 1
- }
pool := &Pool{
cfg: cfg,
env: env,