summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2014-02-15 07:29:23 +0100
committerasciimoo <asciimoo@gmail.com>2014-02-15 07:29:23 +0100
commit77b936e3be280292af941d5c48dbfbb3a8a5ee6e (patch)
tree6e0ae247d8f0e81539fa3c6e329674ceececed08 /searx
parent5f8ae9b9654f4a6c92e0e28d60fdb82e20ac5e34 (diff)
downloadsearxng-77b936e3be280292af941d5c48dbfbb3a8a5ee6e.tar.gz
searxng-77b936e3be280292af941d5c48dbfbb3a8a5ee6e.zip
[fix] debug print removed
Diffstat (limited to 'searx')
-rw-r--r--searx/webapp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/webapp.py b/searx/webapp.py
index b3b422dff..4dbfcd6c1 100644
--- a/searx/webapp.py
+++ b/searx/webapp.py
@@ -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']