Remove TODO comment about duplicate code
This commit is contained in:
parent
35b7e28011
commit
1121e96cf7
|
@ -20,8 +20,6 @@ module VagrantPlugins
|
||||||
name = argv[0]
|
name = argv[0]
|
||||||
pushes = @env.pushes
|
pushes = @env.pushes
|
||||||
|
|
||||||
# TODO: this logic is 100% duplicated in Enviroment#push - should we
|
|
||||||
# just not validate here?
|
|
||||||
validate_pushes!(pushes, name)
|
validate_pushes!(pushes, name)
|
||||||
|
|
||||||
@logger.debug("'push' environment with strategy: `#{name}'")
|
@logger.debug("'push' environment with strategy: `#{name}'")
|
||||||
|
|
Loading…
Reference in New Issue