1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-30 22:50:10 +03:00

M #-: Remove unneeded comment

This commit is contained in:
Tino Vazquez 2019-10-17 17:23:38 +02:00
parent 36ad5e2823
commit a408130099
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE

View File

@ -686,7 +686,6 @@ module VCenterDriver
query = vc_disks.select {|dev| path == dev[:path_wo_ds]}
end
#raise "opennebula disk #{index} not found in vCenter" unless query.size == 1
return nil if query.size != 1
query.first