mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-04 03:11:40 +00:00
[photonlib-py] Remove print statement (#1171)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user