Skip to content

Commit

Permalink
fix: remove "print" statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ttngu207 committed Mar 20, 2024
1 parent 6c10ac7 commit 0044441
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion element_deeplabcut/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ def make(self, key):
max_modified_time = 0
for snapshot in snapshots:
modified_time = snapshot.stat().st_mtime
print(modified_time)
if modified_time > max_modified_time:
latest_snapshot_file = snapshot
latest_snapshot = int(re.search(r"(\d+)\.index", latest_snapshot_file.name).group(1))
Expand Down

0 comments on commit 0044441

Please sign in to comment.