[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [snowflake/master] Remove unecessary logging
commit 651dca464ff981564fad46b99ac2261ead097408
Author: Cecylia Bocovich <cohosh@xxxxxxxxxxxxxx>
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 mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits