Get rid of debug exception

This commit is contained in:
Mitchell Hashimoto 2013-04-03 12:50:04 -07:00
parent 749b7b7d70
commit acd494d148
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ module VagrantPlugins
end
def call(env)
raise "foo"
env[:ui].info I18n.t("vagrant.actions.vm.import.importing",
:name => env[:machine].box.name)