Skip to content

Commit

Permalink
remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneIsrael committed Dec 27, 2023
1 parent aade13b commit 62fe187
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/server/fireshare/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@ def scan_video(ctx, path):
if should_create_poster:
if not derived_path.exists():
derived_path.mkdir(parents=True)
logger.info(info.duration)
logger.info(thumbnail_skip)
poster_time = int(info.duration * thumbnail_skip)
util.create_poster(video_path, derived_path / "poster.jpg", poster_time)
else:
Expand Down

0 comments on commit 62fe187

Please sign in to comment.