Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77b936e3 authored by asciimoo's avatar asciimoo
Browse files

[fix] debug print removed

parent 5f8ae9b9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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']