Removed rogue print

This commit is contained in:
Hernan Grecco 2017-04-16 00:47:14 -03:00
parent 589b498e56
commit 979e5cc65e
1 changed files with 0 additions and 1 deletions

View File

@ -148,7 +148,6 @@ def formatter(items, as_ratio=True, single_denominator=False,
other_lengths = []
for _babel_length in [babel_length] + other_lengths:
pat = unit_patterns.get(_key, {}).get(_babel_length, {}).get(plural)
print(plural, _babel_length, pat)
if pat is not None:
key = pat.replace('{0}', '').strip()
break