Don't log start error twice.

This commit is contained in:
Koen Kanters
2019-10-16 19:33:55 +02:00
parent 1428e0bb87
commit f1b4cd0480
-1
View File
@@ -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;
}