From 958ce8983b1a64dcd067be284dc0ccf5429e2a09 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 24 Nov 2015 14:22:59 -0500 Subject: [PATCH] Remove todo comment --- plugins/commands/port/command.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/commands/port/command.rb b/plugins/commands/port/command.rb index 276b6baba..2ffca44d9 100644 --- a/plugins/commands/port/command.rb +++ b/plugins/commands/port/command.rb @@ -7,7 +7,6 @@ module VagrantPlugins "displays information about guest port mappings" end - # @todo support multiple strategies if requested by the community def execute opts = OptionParser.new do |o| o.banner = "Usage: vagrant port [options] [name]"