Skip to content

Commit

Permalink
Remove debug statement accidentally left behind (vagrant-libvirt#1318)
Browse files Browse the repository at this point in the history
Prune debug print statement added by vagrant-libvirt#1308.
  • Loading branch information
electrofelix authored Jun 29, 2021
1 parent 1174685 commit 6dac9c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/vagrant-libvirt/action/handle_box_image.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def call(env)
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
Expand Down

0 comments on commit 6dac9c9

Please sign in to comment.