From 9252f407a2d31b91a8abba0b892e1260b149e8ca Mon Sep 17 00:00:00 2001 From: Mateusz779 Date: Fri, 21 Apr 2023 16:40:17 +0200 Subject: [PATCH] code cleanup --- utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/utils.py b/utils.py index c3f50ea..89b4d1a 100644 --- a/utils.py +++ b/utils.py @@ -58,7 +58,6 @@ class PingThread(threading.Thread): self.Id = id def run(self): - print(self.Ip, self.Id) if self.Ip is None: return if ping_client(self.Ip) == False: