Skip to content

Commit

Permalink
remove unnecessary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
fosterfarrell9 committed Dec 9, 2023
1 parent a9bd956 commit 0560c5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/uploaders/video_uploader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class VideoUploader < Shrine

# add metadata to uploaded video: duration, bitrate, resolution, framerate
add_metadata do |io, **options|
Rails.logger.debug(options[:action])
if options[:action] != :upload
movie = Shrine.with_file(io) { |file| FFMPEG::Movie.new(file.path) }

Expand Down

0 comments on commit 0560c5e

Please sign in to comment.