From 1fcdc07a3a6a4724a5e2df7f23e05820df6a3ad4 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Mon, 1 Apr 2013 20:32:55 -0300 Subject: [PATCH] Remove crazy TODO note --- lib/vagrant-lxc/provider.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/vagrant-lxc/provider.rb b/lib/vagrant-lxc/provider.rb index 8b93653..f977688 100644 --- a/lib/vagrant-lxc/provider.rb +++ b/lib/vagrant-lxc/provider.rb @@ -40,7 +40,6 @@ module Vagrant # exists, otherwise return nil to show that we don't support the # given action. action_method = "action_#{name}" - # TODO: Rename to singular return LXC::Action.send(action_method) if LXC::Action.respond_to?(action_method) nil end