Browse Source

chore: remove obsolete method

Lukasz Badura 3 months ago
parent
commit
fdc300c50b
1 changed files with 0 additions and 7 deletions
  1. 0 7
      lib/fotos/organizer.rb

+ 0 - 7
lib/fotos/organizer.rb

@@ -28,12 +28,5 @@ module Fotos
         dest_path
       end
     end
-
-    private
-    def generate_thumbnails
-      @copied_paths.map do |fp|
-        Thumbnail.new(fp).create
-      end
-    end
   end
 end