Skip to content

Commit c844933

Browse files
committed
fix: remove print
1 parent 098b50a commit c844933

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

videodb/rtstream.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def get_scene_index(self, page=1, page_size=100):
2828
f"{ApiPath.rtstream}/{self.rtstream_id}/{ApiPath.index}/{ApiPath.scene}/{self.rtstream_index_id}",
2929
params={"page": page, "page_size": page_size},
3030
)
31-
print(index_data)
3231
if not index_data:
3332
return None
3433
return {

0 commit comments

Comments
 (0)