Skip to content

Commit 26f90df

Browse files
committed
cleanup
1 parent 133bcab commit 26f90df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/ffmpeg/transcoder.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ def initialize(movie, output_file, options = EncodingOptions.new, transcoder_opt
4747
end
4848
# Example output: /tmp/rlovelett/interim/test_gv6Hw86ryqklKNiYCu9a8w.mp4
4949
interim_path = "#{dirname}#{File.basename(path, File.extname(path))}_#{SecureRandom.urlsafe_base64}.mp4"
50-
puts "|| rlovelett interim path #{interim_path}"
5150
@movie.interim_paths << interim_path
5251
end
5352
else

0 commit comments

Comments
 (0)