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:
parent
73edde7356
commit
c60e116121
|
@ -156,8 +156,6 @@ module Vagrant
|
|||
new_port: repaired_port.to_s))
|
||||
end
|
||||
end
|
||||
|
||||
@app.call(env)
|
||||
end
|
||||
|
||||
def lease_check(port)
|
||||
|
|
Loading…
Reference in New Issue