From e17956f03f526adfbb3cef187db81c21beb23f23 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 2 May 2025 00:19:38 +0100 Subject: [PATCH] Fixed update check --- gui/__main__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/gui/__main__.py b/gui/__main__.py index eb73f69..3be1f2a 100644 --- a/gui/__main__.py +++ b/gui/__main__.py @@ -223,7 +223,6 @@ class WorkerThread(QThread): def sync(self): try: - print('inside syns workertheard') if self.action == 'SYNC_TOR': ConfigurationController.set_connection('tor') else: @@ -233,7 +232,6 @@ class WorkerThread(QThread): all_location_codes = [f"{location.country_code}_{location.code}" for location in locations] self.sync_output.emit(all_location_codes, True, False, locations, False) except Exception as e: - print(e) self.sync_output.emit([], False, False, [], False) @@ -1060,7 +1058,6 @@ class Worker(QObject): self.force = self.profile_data.get('force', False) def run(self): - print('inside enable worker thread') self.profile = ProfileController.get(int(self.profile_data['id'])) if 'billing_code' in self.profile_data: