Skip to content

Commit

Permalink
remove not working delete
Browse files Browse the repository at this point in the history
  • Loading branch information
RFDarter committed Oct 3, 2024
1 parent a3fd7d9 commit 7794d72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/v3/src/esp-entity-table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ export class EntityTable extends LitElement implements RestAction {
.then((data) => {
console.log(data);
this.addEntity(data);
this._unknown_state_events.delete(data.id);
})
.catch((error) => {
console.error('Fetch error:', error);
Expand Down

0 comments on commit 7794d72

Please sign in to comment.