diff options
Diffstat (limited to 'src/leap/util/checkerthread.py')
-rw-r--r-- | src/leap/util/checkerthread.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/leap/util/checkerthread.py b/src/leap/util/checkerthread.py index 681c33e1..3430a450 100644 --- a/src/leap/util/checkerthread.py +++ b/src/leap/util/checkerthread.py @@ -64,7 +64,6 @@ class CheckerThread(QtCore.QThread): """ QtCore.QMutexLocker(self._should_quit_lock) self._should_quit = True - self.wait() def start(self): """ |