Skip to content

Commit

Permalink
fix: 🐛 remove unused console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
flixlix committed Apr 14, 2024
1 parent b1b4ea9 commit 4e3e7d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/battery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export const batteryElement = (
entities: ConfigEntities;
}
) => {
console.log("%csrc/components/battery.ts:17 battery", "color: white; background-color: #007acc;", battery, entities);
return html`<div class="circle-container battery">
<div
class="circle"
Expand Down

0 comments on commit 4e3e7d1

Please sign in to comment.