forked from 0x2620/pandora
remove debug output
This commit is contained in:
parent
8abed26dc9
commit
e604ba73bd
1 changed files with 0 additions and 1 deletions
|
@ -861,7 +861,6 @@ def timeline(request, id, size, position=-1, format='jpg', mode=None):
|
|||
return response
|
||||
|
||||
def download(request, id, resolution=None, format='webm'):
|
||||
print 'download', id, resolution, format
|
||||
item = get_object_or_404(models.Item, public_id=id)
|
||||
if not resolution or int(resolution) not in settings.CONFIG['video']['resolutions']:
|
||||
resolution = max(settings.CONFIG['video']['resolutions'])
|
||||
|
|
Loading…
Reference in a new issue