Remove stale comment

This commit is contained in:
Brian Cain 2020-04-21 13:40:33 -07:00
parent 0c19e6da26
commit bb4541a2a5
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0

View File

@ -175,7 +175,6 @@ module VagrantPlugins
disk_info = machine.provider.driver.get_disk(disk_file)
disk_metadata = {uuid: disk_info["DiskIdentifier"], name: disk_config.name, path: disk_info["Path"]}
# TODO: Should we be passing in controller info?
machine.provider.driver.attach_disk(disk_file, disk_provider_config)
disk_metadata