mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 14:11:23 -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()
|
||||
@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: ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue