diff --git a/foss4g-2016/__init__.py b/foss4g-2016/__init__.py index fc36ccb..2eadf49 100644 --- a/foss4g-2016/__init__.py +++ b/foss4g-2016/__init__.py @@ -140,17 +140,3 @@ def tasks(queue, args): '$personnames': event['personnames'] } )) - - # place a task for the outro into the queue - queue.put(Rendertask( - infile = 'outro.svg', - outfile = 'outro.ts', - sequence = outroFrames - )) - - # place the pause-sequence into the queue - queue.put(Rendertask( - infile = 'pause.svg', - outfile = 'pause.ts', - sequence = pauseFrames - ))