Browse Source

fix: remove obsolete variable

Lukasz Badura 4 months ago
parent
commit
0131df09e7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/fotos/organizer.rb

+ 0 - 1
lib/fotos/organizer.rb

@@ -9,7 +9,6 @@ module Fotos
     end
     end
 
 
     def call
     def call
-      date_format = '%d-%m-%Y'
       source_path_pattern = File.join(@source_path, "**/*")
       source_path_pattern = File.join(@source_path, "**/*")
       paths = Dir.glob(source_path_pattern)
       paths = Dir.glob(source_path_pattern)
       paths.each do |fp|
       paths.each do |fp|