remove print

This commit is contained in:
Fabrice Laporte 2014-12-17 22:24:50 +01:00
parent b89c8e78e3
commit ea0f7ced5d

View file

@ -427,7 +427,6 @@ def sanitize_choices(choices, choices_all):
"""
seen = set()
others = [x for x in choices_all if x not in choices]
print others
res = []
for s in choices:
if s in list(choices_all) + ['*']: