Skip to content

Commit f521b47

Browse files
committed
UPDATE: Removed debug path lens
1 parent 1bf7d8e commit f521b47

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

trackers/core/ksp/tracker.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,7 @@ def track(
265265
else:
266266
raise ValueError(f"{source} not a valid path or list of PIL.Image.Image.")
267267
paths = self._solver.solve(num_of_tracks)
268-
for i in paths:
269-
print(len(i))
268+
270269
if not paths:
271270
return []
272271
return self._assign_tracker_ids_from_paths(paths)

0 commit comments

Comments
 (0)