From ec9bda78c3dce18210e0cbcdbd308c42699ac3c3 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Wed, 16 Jan 2019 15:35:47 -0800 Subject: [PATCH] Remove comment --- lib/vagrant/plugin/v2/trigger.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/vagrant/plugin/v2/trigger.rb b/lib/vagrant/plugin/v2/trigger.rb index 1a63d6e63..496fe925f 100644 --- a/lib/vagrant/plugin/v2/trigger.rb +++ b/lib/vagrant/plugin/v2/trigger.rb @@ -290,9 +290,6 @@ module Vagrant # Calls the given ruby block for execution # - # TODO: Need to see what, if anything, we should do when - # @machine is nil (i.e. a command trigger) - # # @param [Proc] ruby_block def execute_ruby(ruby_block) ruby_block.call(@env, @machine)