Removed debug print

This commit is contained in:
Fabio Manganiello 2019-12-29 16:55:50 +01:00
parent ba6c890a42
commit 931ab9d673
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ def get_frame(device_id=None):
with output.ready:
output.ready.wait()
frame = output.frame
print(frame, type(frame))
return frame