diff --git a/flag/__init__.py b/flag/__init__.py index b8df567..dde78d1 100644 --- a/flag/__init__.py +++ b/flag/__init__.py @@ -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,