cvzi / flag

Flag emoji from country codes for Python 🏳️‍🌈🌍
https://pypi.org/project/emoji-country-flag/
MIT License
58 stars 7 forks source link

Stray debug print() in flag() #67

Closed calebj closed 3 months ago

calebj commented 3 months ago

I updated the package and noticed these right away:

flag(),  True True
flag(),  True True
flag(),  True True
flag(),  True True
flag(),  True True
flag(),  True True
flag(),  True True

The culprit is https://github.com/cvzi/flag/blob/6bf0694455f65a330038e34d5497375073a9f32c/flag/__init__.py#L225 introduced in 3354a4857ef802825be924fecf4b6c4a8f67c460.