Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayJay3 committed Mar 16, 2024
1 parent 3a903cf commit cfd71ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RoveComm_Tester/QtReciever.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ def __init__(self, rovecommUdp, rovecommTCP):

def subscribeEventUdp(self):
packet = RoveCommPacket(ROVECOMM_SUBSCRIBE_REQUEST, "b", (), self.octet_input_udp.text())
print(self.octet_input_udp.text())
self.rovecommUdp.write(packet)

def subscribeEventTCP(self):
Expand Down

0 comments on commit cfd71ff

Please sign in to comment.