Remove ExceptionCatcher include from downloader action
This commit is contained in:
parent
eed81d64f0
commit
9b6747713e
|
@ -5,7 +5,6 @@ module Vagrant
|
||||||
BASENAME = "box"
|
BASENAME = "box"
|
||||||
|
|
||||||
include Util
|
include Util
|
||||||
include ExceptionCatcher
|
|
||||||
|
|
||||||
attr_reader :temp_path
|
attr_reader :temp_path
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue