Skip to content

Commit

Permalink
Remove trailing console.log in validation error popup
Browse files Browse the repository at this point in the history
  • Loading branch information
hlxid committed Feb 2, 2024
1 parent 041beea commit cc94682
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/features/gdprElements/validationErrorsPopup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export class GdprValidationResultPopupMouseListener extends MouseListener {
return;
}

console.log(this.subTypeEditUI.isOpen(), this.subTypeEditUI);
if (this.subTypeEditUI.isOpen()) {
// The sub type edit UI is open, so we don't want to show the popup
// because it would interfere with the GDPR sub type edit selector UI.
Expand Down

0 comments on commit cc94682

Please sign in to comment.