diff --git a/lib/zigbee.js b/lib/zigbee.js index e4f22c412..1ecd13498 100644 --- a/lib/zigbee.js +++ b/lib/zigbee.js @@ -43,7 +43,6 @@ class Zigbee extends events.EventEmitter { await this.herdsman.start(); } catch (error) { logger.error(`Error while starting zigbee-herdsman`); - logger.error(error.stack); throw error; }