From 3795de9ab3e0574e7ae0652f3d35f6db87fe7358 Mon Sep 17 00:00:00 2001 From: swrlly <25042344+swrlly@users.noreply.github.com> Date: Fri, 15 Oct 2021 18:44:34 -0700 Subject: [PATCH] remove debug --- proxy.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/proxy.py b/proxy.py index 30fcc8c..9855ffc 100644 --- a/proxy.py +++ b/proxy.py @@ -38,7 +38,6 @@ def ServerMonitor(self): while True: #print("test") self.client.gameSocket, addr = self.managerSocket.accept() - print("new client") def Start(self): self.active = True @@ -52,8 +51,6 @@ def Connect(self): self.client.ConnectRemote(self.client.remoteHostAddr, self.client.remoteHostPort) self.client.connected = True - print("connected to the server") - # listen for packets while True: self.client.Listen()