From 573cc4fb6e33e379e28751e7f70c774964b070ba Mon Sep 17 00:00:00 2001 From: Florian SYLVAIN Date: Mon, 8 Feb 2021 01:56:27 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20-=20Removed=20useless=20code=20t?= =?UTF-8?q?hat=20I=20forgot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main.py b/main.py index 13153d2..84cf618 100644 --- a/main.py +++ b/main.py @@ -19,10 +19,6 @@ class ChatObj(object): self.discord_chan = discord_chan chats[discord_chan] = self - def __del__(self): - print("test ssvp") - del self - def chat_init(self): try: self.sock.connect((server, port))