Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
anathonic authored and luigifreda committed Sep 2, 2024
1 parent a44aac6 commit 7c65f48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ def getImage(self, frame_id):
self.is_init = True
ret, image = self.cap.read()
if self.timestamps is not None:
print("NOT NONE")
print(self.timestamps)
# read timestamps from timestamps file
self._timestamp = int(self.timestamps[self.i])
self._next_timestamp = int(self.timestamps[self.i + 1])
Expand Down

0 comments on commit 7c65f48

Please sign in to comment.