Skip to content

Commit

Permalink
Remove debug logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Oct 2, 2023
1 parent 9c39896 commit 8127aee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/www/views/contact_view/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,6 @@ export class ContactView extends LitElement {
}

render() {
console.log(this.variant);
console.log(ContactView.ISSUES[this.variant]);

switch (this.step) {
case Step.FORM: {
return html` ${this.renderIntroTemplate} ${this.renderForm} `;
Expand Down

0 comments on commit 8127aee

Please sign in to comment.