Removed debug print
This commit is contained in:
parent
ba6c890a42
commit
931ab9d673
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ def get_frame(device_id=None):
|
||||||
with output.ready:
|
with output.ready:
|
||||||
output.ready.wait()
|
output.ready.wait()
|
||||||
frame = output.frame
|
frame = output.frame
|
||||||
print(frame, type(frame))
|
|
||||||
|
|
||||||
return frame
|
return frame
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue