Merged in [16603] from rjsparks@nostrum.com:

Remove a debug statement from the command
 - Legacy-Id: 16661
Note: SVN reference [16603] has been migrated to Git commit d27096f39022e9bee1ffa84631d5ae847af9be3e
This commit is contained in:
Henrik Levkowetz 2019-08-20 10:35:06 +00:00
parent 80db16632e
commit 9a9c9fb426

View file

@ -30,7 +30,6 @@ class Command(BaseCommand):
for sp in SessionPresentation.objects.filter(session__meeting__number=105,document__type='slides'): #.filter(document__name='slides-105-manet-dlep-multicast-support-discussion'):
slides = sp.document
self.stderr.write("DEBUG: Processing %s" % slides)
if not os.path.exists(os.path.join(slides_path,slides.uploaded_filename)):
name, ext = os.path.splitext(slides.uploaded_filename)
target_filename = '%s-%s%s' % (name[:name.rfind('-ss')], slides.rev,ext)