commit 651dca464ff981564fad46b99ac2261ead097408 Author: Cecylia Bocovich cohosh@torproject.org Date: Thu Jun 27 09:40:30 2019 -0400
Remove unecessary logging --- proxy/snowflake.coffee | 2 -- 1 file changed, 2 deletions(-)
diff --git a/proxy/snowflake.coffee b/proxy/snowflake.coffee index 30f1d6b..4bf6cb6 100644 --- a/proxy/snowflake.coffee +++ b/proxy/snowflake.coffee @@ -58,7 +58,6 @@ class Snowflake @pollBroker() @pollInterval = setInterval((=> @pollBroker()), config.defaultBrokerPollInterval) - log @pollInterval
# Regularly poll Broker for clients to serve until this snowflake is # serving at capacity, at which point stop polling. @@ -119,7 +118,6 @@ class Snowflake cease: -> while @proxyPairs.length > 0 @proxyPairs.pop().close() - log @pollInterval clearInterval(@pollInterval)
disable: ->
tor-commits@lists.torproject.org