less debug output, only log http requests if enabled
This commit is contained in:
parent
444c357e54
commit
3182d4eaeb
6 changed files with 26 additions and 12 deletions
|
|
@ -447,7 +447,6 @@ def publish_node():
|
|||
|
||||
def update_online():
|
||||
online = state.tor and state.tor.is_online()
|
||||
logger.debug('update online %s', online)
|
||||
if online != state.online:
|
||||
state.online = online
|
||||
trigger_event('status', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue