mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Remove debug statement accidentally left behind (#1318)
Prune debug print statement added by #1308.
This commit is contained in:
@@ -85,7 +85,6 @@ module VagrantPlugins
|
||||
box_virtual_size = env[:box_volumes][0][:virtual_size]
|
||||
if config.machine_virtual_size
|
||||
config_machine_virtual_size = ByteNumber.from_GB(config.machine_virtual_size)
|
||||
puts config_machine_virtual_size < box_virtual_size
|
||||
if config_machine_virtual_size < box_virtual_size
|
||||
# Warn that a virtual size less than the box metadata size
|
||||
# is not supported and will be ignored
|
||||
|
||||
Reference in New Issue
Block a user