From 0b7264b1f255f3cdcdb0a7a56bf771d8b2bde97d Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Tue, 1 Mar 2022 16:38:25 +0100 Subject: [PATCH] Remove hack to get drivers controller configured when drivers are found Signed-off-by: Olivier Gayot --- subiquity/server/controllers/drivers.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/subiquity/server/controllers/drivers.py b/subiquity/server/controllers/drivers.py index dab8fd7b..78fff1c0 100644 --- a/subiquity/server/controllers/drivers.py +++ b/subiquity/server/controllers/drivers.py @@ -88,11 +88,6 @@ class DriversController(SubiquityController): log.debug("Available drivers to install: %s", self.drivers) if not self.drivers: await self.configured() - else: - # TODO Remove this once we have the GUI controller. - await self.POST(data=DriversPayload( - install=True, - )) async def GET(self, wait: bool = False) -> DriversResponse: if wait: