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

Commit 822aee94 authored by Adam Tauber's avatar Adam Tauber
Browse files

[fix] remove debug print

parent baca55c9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -650,7 +650,6 @@ def index():
        response.headers.add('Content-Disposition', cont_disp)
        return response
    elif output_format == 'rss':
        print(results)
        response_rss = render(
            'opensearch_response_rss.xml',
            results=results,