Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
jperelli committed Aug 25, 2024
1 parent 0bccf77 commit 015c8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/sitemaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def _urls(self, page, protocol, domain):
def getsitemaps(cc):
sitemaps = {}
cclang = next((v['lang'] for k,v in kings.items() if v['country_code'] == cc), '')[:2]
print('CCLANG:' + cclang)
# print('CCLANG:' + cclang)
for (lang_code, lang_name) in settings.LANGUAGES:
suffix = ''
if cclang != lang_code[:2]:
Expand Down

0 comments on commit 015c8e7

Please sign in to comment.