diff --git a/backend/lcfs/web/api/compliance_report/summary_service.py b/backend/lcfs/web/api/compliance_report/summary_service.py index 8c50af531..f241da143 100644 --- a/backend/lcfs/web/api/compliance_report/summary_service.py +++ b/backend/lcfs/web/api/compliance_report/summary_service.py @@ -734,10 +734,6 @@ async def calculate_fuel_quantities( await self.repo.aggregate_other_uses(compliance_report_id, fossil_derived) ) - # if not fossil_derived: - # fuel_quantities.update( - # await self.repo.aggregate_allocation_agreements(compliance_report_id) - # ) return dict(fuel_quantities) @service_handler