Remove hack to get drivers controller configured when drivers are found

Signed-off-by: Olivier Gayot <olivier.gayot@canonical.com>
This commit is contained in:
Olivier Gayot 2022-03-01 16:38:25 +01:00
parent 392d1e6dc9
commit 0b7264b1f2
1 changed files with 0 additions and 5 deletions

View File

@ -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: