Skip to content
This repository has been archived by the owner on Aug 6, 2022. It is now read-only.

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
swrlly committed Oct 16, 2021
1 parent ac70e56 commit 3795de9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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()
Expand Down

0 comments on commit 3795de9

Please sign in to comment.