We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12ab70 commit 76d6d78Copy full SHA for 76d6d78
promo_code/user/validators.py
@@ -34,7 +34,6 @@ class OtherFieldValidator(rest_framework.serializers.Serializer):
34
"""
35
36
country_codes = {c.alpha_2 for c in pycountry.countries}
37
- print(country_codes)
38
39
age = rest_framework.serializers.IntegerField(
40
required=True,
0 commit comments