diff --git a/aider/analytics.py b/aider/analytics.py index 82c888247..f994a804f 100644 --- a/aider/analytics.py +++ b/aider/analytics.py @@ -214,7 +214,3 @@ class Analytics: with open(self.logfile, "a") as f: json.dump(log_entry, f) f.write("\n") - - def __del__(self): - if self.ph: - self.ph.shutdown()