Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit f322a0d

Browse files
fix: Remove print statement
1 parent 0073dd5 commit f322a0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

codecov_auth/commands/owner/interactors/save_terms_agreement.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ class SaveTermsAgreementInteractor(BaseInteractor):
2121
requires_service = False
2222

2323
def validate(self, input: TermsAgreementInput) -> None:
24-
print("qwerty input: ", input)
2524
if not input.business_email:
2625
raise ValidationError("Email is required")
2726
if not input.name:

0 commit comments

Comments
 (0)