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 b69bbd9 commit 5f3e79b
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 @@ -234,9 +234,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 5f3e79b

Please sign in to comment.