remove debug output

This commit is contained in:
j 2015-04-25 13:08:24 +02:00
parent 8abed26dc9
commit e604ba73bd
1 changed files with 0 additions and 1 deletions

View File

@ -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'])