Skip to content

Commit

Permalink
chore: improve logging for auto relay active listen
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Oct 26, 2020
1 parent e24eb2e commit 5246cf8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/circuit/auto-relay.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,11 +264,7 @@ class AutoRelay {
}
}
} catch (err) {
if (err.code !== 'NO_ROUTERS_AVAILABLE') {
throw err
} else {
log('there are no routers configured to find hop relay services')
}
log.error(err)
}
}
}
Expand Down

0 comments on commit 5246cf8

Please sign in to comment.