Skip to content

Commit

Permalink
Remove stray print() in flag()
Browse files Browse the repository at this point in the history
Closes #67
  • Loading branch information
calebj authored and cvzi committed Jul 5, 2024
1 parent 6bf0694 commit 8fd8771
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flag/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,6 @@ def flag(self, countrycode: str) -> str:
:rtype: str
"""

print("flag(), ", self.only_supported, self.only_valid)

if self.only_supported or self.only_valid:
return flag_safe(
countrycode,
Expand Down

0 comments on commit 8fd8771

Please sign in to comment.