[photonlib-py] Remove print statement (#1171)

This commit is contained in:
Max Worrall
2024-01-19 03:21:42 +11:00
committed by GitHub
parent d59be893ae
commit 5f591a51c4

View File

@@ -17,7 +17,6 @@ class PhotonPipelineResult:
self.latencyMillis = packet.decodeDouble()
targetCount = packet.decode8()
print(f"targetCount = {targetCount}")
for _ in range(targetCount):
target = PhotonTrackedTarget()
target.createFromPacket(packet)