Remove unused clientAddr from ProxyPair

This commit is contained in:
Arlo Breault 2017-01-23 12:33:55 -08:00
parent 5212eda6b2
commit d1ec51bfb9
4 changed files with 4 additions and 6 deletions

View file

@ -143,7 +143,7 @@ class Snowflake
.catch fail
makeProxyPair: (relay) ->
pair = new ProxyPair null, relay, @rateLimit
pair = new ProxyPair relay, @rateLimit
@proxyPairs.push pair
pair.onCleanup = (event) =>
# Delete from the list of active proxy pairs.