Removes forgotten log statement.

This commit is contained in:
Carlos Nihelton 2022-08-26 16:09:02 -03:00
parent 912b9dd416
commit 69934729da
No known key found for this signature in database
GPG Key ID: 6FE346D245197E9A
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ class WSLSetupOptionsController(SubiquityTuiController):
async def make_ui(self):
data = await self.endpoint.GET()
log.debug("%s", self.app)
cur_lang = self.app.native_language
return WSLSetupOptionsView(self, data, cur_lang)