Skip to content

Commit

Permalink
Merge pull request #2 from Gaardsholt/master
Browse files Browse the repository at this point in the history
Removed unused and duplicate variable
  • Loading branch information
ludeeus authored Jul 24, 2019
2 parents 00114c6 + 0732fe6 commit c4b8c9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gauge-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class GaugeCard extends HTMLElement {
if (entityParts.attribute) cardConfig.attribute = entityParts.attribute;

const card = document.createElement('ha-card');
const shadow = card.attachShadow({ mode: 'open' });
const content = document.createElement('div');
const style = document.createElement('style');
style.textContent = `
Expand Down

0 comments on commit c4b8c9f

Please sign in to comment.