diff --git a/src/circuit/auto-relay.js b/src/circuit/auto-relay.js index 768d17eb37..00ebc6f588 100644 --- a/src/circuit/auto-relay.js +++ b/src/circuit/auto-relay.js @@ -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) } } }