Get rid of debug exception
This commit is contained in:
parent
749b7b7d70
commit
acd494d148
|
@ -7,7 +7,6 @@ module VagrantPlugins
|
||||||
end
|
end
|
||||||
|
|
||||||
def call(env)
|
def call(env)
|
||||||
raise "foo"
|
|
||||||
env[:ui].info I18n.t("vagrant.actions.vm.import.importing",
|
env[:ui].info I18n.t("vagrant.actions.vm.import.importing",
|
||||||
:name => env[:machine].box.name)
|
:name => env[:machine].box.name)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue