diff --git a/lib/vagrant/ui.rb b/lib/vagrant/ui.rb index 7d0a932a8..9b27cdc7d 100644 --- a/lib/vagrant/ui.rb +++ b/lib/vagrant/ui.rb @@ -16,7 +16,7 @@ module Vagrant end end - [:report_progress, :ask, :no?, :yes?].each do |method| + [:clear_line, :report_progress, :ask, :no?, :yes?].each do |method| # By default do nothing, these aren't logged define_method(method) { |*args| } end