From 1121e96cf7db961bf19294263154527b5eb9d23e Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Fri, 24 Oct 2014 19:49:58 -0400 Subject: [PATCH] Remove TODO comment about duplicate code --- plugins/commands/push/command.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/commands/push/command.rb b/plugins/commands/push/command.rb index ec7324b55..dc02f7ba7 100644 --- a/plugins/commands/push/command.rb +++ b/plugins/commands/push/command.rb @@ -20,8 +20,6 @@ module VagrantPlugins name = argv[0] pushes = @env.pushes - # TODO: this logic is 100% duplicated in Enviroment#push - should we - # just not validate here? validate_pushes!(pushes, name) @logger.debug("'push' environment with strategy: `#{name}'")