Skip to content

Commit ea93001

Browse files
committed
Remove debug output
- Legacy-Id: 12786
1 parent ef251c6 commit ea93001

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ietf/person/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,9 @@ def affiliation_sort_key(affiliation):
163163
for similar_affiliations in affiliations_with_case_spellings.itervalues():
164164
if len(similar_affiliations) > 1:
165165
most_popular = sorted(similar_affiliations, key=affiliation_sort_key, reverse=True)[0]
166-
print similar_affiliations, most_popular
167166
for affiliation in similar_affiliations:
168167
if affiliation != most_popular:
169168
res[affiliation] = most_popular
170-
print affiliation, "->", most_popular
171169

172170
return res
173171

0 commit comments

Comments
 (0)