From 9b6747713ee747c6c76092dd0d87e1da3a9023c2 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 24 Jul 2010 09:19:13 -0700 Subject: [PATCH] Remove ExceptionCatcher include from downloader action --- lib/vagrant/action/box/download.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/vagrant/action/box/download.rb b/lib/vagrant/action/box/download.rb index e9d5c2d43..803ad89d0 100644 --- a/lib/vagrant/action/box/download.rb +++ b/lib/vagrant/action/box/download.rb @@ -5,7 +5,6 @@ module Vagrant BASENAME = "box" include Util - include ExceptionCatcher attr_reader :temp_path