🔥 - Removed useless code that I forgot

This commit is contained in:
Florian SYLVAIN
2021-02-08 01:56:27 +01:00
parent 01aa4cfe1f
commit 573cc4fb6e
-4
View File
@@ -19,10 +19,6 @@ class ChatObj(object):
self.discord_chan = discord_chan self.discord_chan = discord_chan
chats[discord_chan] = self chats[discord_chan] = self
def __del__(self):
print("test ssvp")
del self
def chat_init(self): def chat_init(self):
try: try:
self.sock.connect((server, port)) self.sock.connect((server, port))