[tor-commits] [snowflake/master] Remove unecessary logging
cohosh at torproject.org
cohosh at torproject.org
Tue Jul 2 14:11:01 UTC 2019
commit 651dca464ff981564fad46b99ac2261ead097408
Author: Cecylia Bocovich <cohosh at 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: ->
More information about the tor-commits
mailing list