1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-11-09 19:52:16 +00:00

Forgot to remove some debug output

This commit is contained in:
spl0k 2013-06-24 19:33:24 +02:00
parent 1bd353a8ee
commit ad84f6435d

View File

@ -37,9 +37,6 @@ def old_search():
else:
return request.error_formatter(10, 'Missing search parameter')
print "---"
print query
return request.formatter({ 'searchResult': {
'totalHits': query.count(),
'offset': offset,