Remove redundant app call from action "handle_forwarded_port_collisions"

This call should not be in the `handle` helper method. It is specified in the `call` method already.
This commit is contained in:
Mikhail Zholobov 2015-11-03 17:16:31 +02:00
parent 73edde7356
commit c60e116121
1 changed files with 0 additions and 2 deletions

View File

@ -156,8 +156,6 @@ module Vagrant
new_port: repaired_port.to_s))
end
end
@app.call(env)
end
def lease_check(port)