Remove debug statement accidentally left behind (#1318)

Prune debug print statement added by #1308.
This commit is contained in:
Darragh Bailey
2021-06-29 13:51:29 +01:00
committed by GitHub
parent 1174685e7b
commit 6dac9c9054

View File

@@ -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