Skip to content

Commit

Permalink
fix: Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
calvin-codecov committed Jan 15, 2025
1 parent 0073dd5 commit f322a0d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class SaveTermsAgreementInteractor(BaseInteractor):
requires_service = False

def validate(self, input: TermsAgreementInput) -> None:
print("qwerty input: ", input)
if not input.business_email:
raise ValidationError("Email is required")
if not input.name:
Expand Down

0 comments on commit f322a0d

Please sign in to comment.