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}'")