Skip to content

Commit e24b6b0

Browse files
committed
removed console
1 parent 048c51a commit e24b6b0

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

packages/web-components/src/components/notice-choice/notice-choice.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ class NoticeChoice extends StableSelectorMixin(LitElement) {
248248
}
249249

250250
case 'email': {
251-
console.log('email changed');
252251
const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
253252
this.emailValid = false;
254253
if (
@@ -297,7 +296,6 @@ class NoticeChoice extends StableSelectorMixin(LitElement) {
297296

298297
this.isAnnualPeriodExpired = emailStatus !== 'P' || isExpired;
299298
this.showCheckBox = isExpired || emailStatus !== 'P';
300-
console.log("Email status:', emailStatus);", this.showCheckBox);
301299

302300
this._emailChanged('emailStats', {
303301
...data,
@@ -870,7 +868,6 @@ class NoticeChoice extends StableSelectorMixin(LitElement) {
870868
}
871869

872870
_emailChanged(field: string, value: string | null) {
873-
console.log('onBlur', field, value);
874871
const init = {
875872
bubbles: true,
876873
detail: {

0 commit comments

Comments
 (0)