# HG changeset patch # User Ludovic Chabant # Date 1434869697 25200 # Node ID a8a12f97addf078c1c444b950f7391be67d9ef65 # Parent 4a43d7015b75442abae142ad5df4090cbc98ee6a internal: Remove unnecessary code. diff -r 4a43d7015b75 -r a8a12f97addf piecrust/baking/worker.py --- a/piecrust/baking/worker.py Sat Jun 20 23:27:39 2015 -0700 +++ b/piecrust/baking/worker.py Sat Jun 20 23:54:57 2015 -0700 @@ -190,9 +190,6 @@ class RenderFirstSubJobHandler(JobHandler): - def __init__(self, app, ctx): - super(RenderFirstSubJobHandler, self).__init__(app, ctx) - def handleJob(self, job): # Render the segments for the first sub-page of this page. fac = job.payload.factory_info.build(self.app)