Skip to content
Snippets Groups Projects
Commit 651dca46 authored by Cecylia Bocovich's avatar Cecylia Bocovich
Browse files

Remove unecessary logging

parent 6f01a6bf
No related branches found
No related tags found
No related merge requests found
......@@ -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: ->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment