Skip to content

Commit

Permalink
[photonlib-py] Remove print statement (#1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsunami014 authored Jan 18, 2024
1 parent d59be89 commit 5f591a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion photon-lib/py/photonlibpy/photonPipelineResult.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def populateFromPacket(self, packet: Packet) -> Packet:
self.latencyMillis = packet.decodeDouble()
targetCount = packet.decode8()

print(f"targetCount = {targetCount}")
for _ in range(targetCount):
target = PhotonTrackedTarget()
target.createFromPacket(packet)
Expand Down

0 comments on commit 5f591a5

Please sign in to comment.