Remove TODO comment about duplicate code

This commit is contained in:
Seth Vargo 2014-10-24 19:49:58 -04:00
parent 35b7e28011
commit 1121e96cf7
1 changed files with 0 additions and 2 deletions

View File

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