Browse Source

remove the useless destructor

Sven Czarnian 3 years ago
parent
commit
36d2bfa8a0
1 changed files with 0 additions and 3 deletions
  1. 0 3
      aman/com/Euroscope.py

+ 0 - 3
aman/com/Euroscope.py

@@ -18,9 +18,6 @@ class ReceiverThread(threading.Thread):
         threading.Thread.__init__(self)
         self.socket = socket
 
-    def __del__(self):
-        self.stopThread()
-
     def run(self):
         try:
             while True: