less debug output, only log http requests if enabled

This commit is contained in:
j 2015-11-29 17:07:01 +01:00
commit 3182d4eaeb
6 changed files with 26 additions and 12 deletions

View file

@ -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', {