Remove crazy TODO note
This commit is contained in:
parent
5081754665
commit
1fcdc07a3a
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ module Vagrant
|
||||||
# exists, otherwise return nil to show that we don't support the
|
# exists, otherwise return nil to show that we don't support the
|
||||||
# given action.
|
# given action.
|
||||||
action_method = "action_#{name}"
|
action_method = "action_#{name}"
|
||||||
# TODO: Rename to singular
|
|
||||||
return LXC::Action.send(action_method) if LXC::Action.respond_to?(action_method)
|
return LXC::Action.send(action_method) if LXC::Action.respond_to?(action_method)
|
||||||
nil
|
nil
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue