Remove redundant log row
This commit is contained in:
parent
50d664c933
commit
e8ab13aed3
1 changed files with 0 additions and 1 deletions
|
|
@ -540,7 +540,6 @@ class PlejBLEHandler extends EventEmitter {
|
|||
logger.error("'Method \"WriteValue\" doesn't exist'. Plejd device is probably disconnected.");
|
||||
errorIndicatesDisconnected = true;
|
||||
}
|
||||
logger.verbose(`Made it ${errorIndicatesDisconnected} || ${this.consecutiveWriteFails >= 5}`);
|
||||
|
||||
if (errorIndicatesDisconnected || this.consecutiveWriteFails >= 5) {
|
||||
logger.warn(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue