Skip to content

Commit

Permalink
remove debugg
Browse files Browse the repository at this point in the history
  • Loading branch information
gferraro committed Oct 1, 2024
1 parent 2b88fe4 commit f160436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modelevaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def load_clip_data(cptv_file):
return None

if filter_clip(clip, None, None, reason, after_date=after_date):
logging.info("Filtering %s", cptv_file)
# logging.info("Filtering %s", cptv_file)
return None
clip.tracks = [
track for track in clip.tracks if not filter_track(track, EXCLUDED_TAGS, reason)
Expand Down

0 comments on commit f160436

Please sign in to comment.