Skip to content

Commit

Permalink
disable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lizsugar committed Jun 2, 2022
1 parent da8a4ec commit d0b744f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/slider-button-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -7737,7 +7737,7 @@ let SliderButtonCard = class SliderButtonCard extends LitElement {
// eslint-disable-next-line @typescript-eslint/camelcase
show_state: true, compact: false,
// eslint-disable-next-line @typescript-eslint/camelcase
action_button: copy(ActionButtonConfigDefault), debug: true }, config);
action_button: copy(ActionButtonConfigDefault), debug: false }, config);
this.ctrl = ControllerFactory.getInstance(this.config);
}
shouldUpdate(changedProps) {
Expand Down
2 changes: 1 addition & 1 deletion src/slider-button-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export class SliderButtonCard extends LitElement implements LovelaceCard {
compact: false,
// eslint-disable-next-line @typescript-eslint/camelcase
action_button: copy(ActionButtonConfigDefault),
debug: true,
debug: false,
...config
};
this.ctrl = ControllerFactory.getInstance(this.config);
Expand Down

0 comments on commit d0b744f

Please sign in to comment.