Browse Source

remove comment

pull/1860/head
Kat 3 years ago
parent
commit
bab83b8e91
  1. 1
      app/services/exports/lettings_log_export_service.rb

1
app/services/exports/lettings_log_export_service.rb

@ -75,7 +75,6 @@ module Exports
def write_export_archive(export, collection, start_time, recent_export, full_update) def write_export_archive(export, collection, start_time, recent_export, full_update)
archive = get_archive_name(collection, export.base_number, export.increment_number) # archive name would be the same for all logs because they're already filtered by year (?) archive = get_archive_name(collection, export.base_number, export.increment_number) # archive name would be the same for all logs because they're already filtered by year (?)
# Write archive
logs_count = retrieve_lettings_logs(start_time, recent_export, full_update).filter_by_year(collection).count logs_count = retrieve_lettings_logs(start_time, recent_export, full_update).filter_by_year(collection).count
@logger.info("Creating #{archive} - #{logs_count} logs") @logger.info("Creating #{archive} - #{logs_count} logs")
manifest_xml = build_manifest_xml(logs_count) manifest_xml = build_manifest_xml(logs_count)

Loading…
Cancel
Save