mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-26 15:30:18 +00:00
Removed stray log statement
This commit is contained in:
parent
d74f92ad15
commit
06a43f6515
@ -41,7 +41,6 @@ class TCPClientInterface(Interface):
|
|||||||
self.target_ip = target_ip
|
self.target_ip = target_ip
|
||||||
self.target_port = target_port
|
self.target_port = target_port
|
||||||
|
|
||||||
RNS.log("Client init: "+str(self))
|
|
||||||
self.socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
self.socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||||
self.socket.connect((self.target_ip, self.target_port))
|
self.socket.connect((self.target_ip, self.target_port))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user