rm debug print

pull/21541/head
Harald Schafer 4 years ago
parent 22a8433a84
commit 0cbb3b44e2
  1. 1
      selfdrive/test/process_replay/regen.py

@ -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()

Loading…
Cancel
Save