forked from Archives/searxng
[fix] debug print removed
This commit is contained in:
parent
5f8ae9b965
commit
77b936e3be
@ -140,7 +140,6 @@ def index():
|
||||
.strip().split())
|
||||
if len(result['url']) > 74:
|
||||
url_parts = result['url'][:35], result['url'][-35:]
|
||||
print url_parts
|
||||
result['pretty_url'] = u'{0}[...]{1}'.format(*url_parts)
|
||||
else:
|
||||
result['pretty_url'] = result['url']
|
||||
|
Loading…
Reference in New Issue
Block a user