mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Remove unecessary logging
This commit is contained in:
parent
6f01a6bfc4
commit
651dca464f
1 changed files with 0 additions and 2 deletions
|
@ -58,7 +58,6 @@ class Snowflake
|
||||||
@pollBroker()
|
@pollBroker()
|
||||||
@pollInterval = setInterval((=> @pollBroker()),
|
@pollInterval = setInterval((=> @pollBroker()),
|
||||||
config.defaultBrokerPollInterval)
|
config.defaultBrokerPollInterval)
|
||||||
log @pollInterval
|
|
||||||
|
|
||||||
# Regularly poll Broker for clients to serve until this snowflake is
|
# Regularly poll Broker for clients to serve until this snowflake is
|
||||||
# serving at capacity, at which point stop polling.
|
# serving at capacity, at which point stop polling.
|
||||||
|
@ -119,7 +118,6 @@ class Snowflake
|
||||||
cease: ->
|
cease: ->
|
||||||
while @proxyPairs.length > 0
|
while @proxyPairs.length > 0
|
||||||
@proxyPairs.pop().close()
|
@proxyPairs.pop().close()
|
||||||
log @pollInterval
|
|
||||||
clearInterval(@pollInterval)
|
clearInterval(@pollInterval)
|
||||||
|
|
||||||
disable: ->
|
disable: ->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue