Skip to content

Commit

Permalink
moved onUnload() logging to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Black-Thunder committed Aug 7, 2024
1 parent 8152bb9 commit 12ac4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ class Melcloud extends utils.Adapter {
CloudPlatform.stopContextKeyInvalidation();
}

this.log.info("onUnload(): Cleaned everything up...");
this.log.debug("onUnload(): Cleaned everything up...");
callback();
// eslint-disable-next-line no-unused-vars
} catch (e) {
Expand Down

0 comments on commit 12ac4aa

Please sign in to comment.