1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-01 09:00:15 +02:00

[fix] remove debug message

This commit is contained in:
Adam Tauber 2015-12-22 20:00:31 +01:00
parent 1f228c01cf
commit 029291eca1

View File

@ -68,5 +68,4 @@ def response(resp):
'template': 'images.html'}) 'template': 'images.html'})
# return results # return results
print len(results)
return results return results