Update gui/__main__.py

This commit is contained in:
Support 2026-01-16 21:01:28 +00:00
parent 33fa7ceb33
commit 2036893ef1

View file

@ -243,7 +243,6 @@ class WorkerThread(QThread):
ConfigurationController.set_connection('system') ConfigurationController.set_connection('system')
self.check_for_update() self.check_for_update()
locations = LocationController.get_all() locations = LocationController.get_all()
print(locations)
browser = ApplicationVersionController.get_all() browser = ApplicationVersionController.get_all()
all_browser_versions = [ all_browser_versions = [
f"{browser.application_code}:{browser.version_number}" for browser in browser if browser.supported] f"{browser.application_code}:{browser.version_number}" for browser in browser if browser.supported]