Skip to content

Commit

Permalink
Use console.info directly
Browse files Browse the repository at this point in the history
  • Loading branch information
j-a-n committed Sep 3, 2024
1 parent 3935aa8 commit a2ec6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallpanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -2610,7 +2610,7 @@ function startup() {
setTimeout(startup, 1000);
return;
}
logger.info(`%c🖼️ Wallpanel version ${version}`, "color: #34b6f9; font-weight: bold;");
console.info(`%c🖼️ Wallpanel version ${version}`, "color: #34b6f9; font-weight: bold;");
updateConfig();
customElements.define("wallpanel-view", WallpanelView);
wallpanel = document.createElement("wallpanel-view");
Expand Down

0 comments on commit a2ec6e5

Please sign in to comment.