rm debug print

This commit is contained in:
Harald Schafer
2021-07-09 15:14:05 -07:00
parent 22a8433a84
commit 0cbb3b44e2
-1
View File
@@ -52,7 +52,6 @@ def replay_cameras(lr, frs):
if fr is not None:
img = fr.get(rk.frame % fr.frame_count, pix_fmt='yuv420p')[0]
img = img.flatten().tobytes()
print("got img")
rk.keep_time()