[fix] debug print removed

This commit is contained in:
asciimoo 2014-02-15 07:29:23 +01:00
parent 5f8ae9b965
commit 77b936e3be
1 changed files with 0 additions and 1 deletions

View File

@ -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']