diff --git a/aore/search/search.py b/aore/search/search.py index 63a61f3..0b879ca 100644 --- a/aore/search/search.py +++ b/aore/search/search.py @@ -186,7 +186,6 @@ class SphinxSearch: if abs(results[0]['strong_rank'] - results[1]['strong_rank']) == 0.0: raise FiasException("No matches") else: - print results[0]['text'], results[0]['strong_rank'] return results[0] return results