diff --git a/lib/tasks/full_import.rake b/lib/tasks/full_import.rake index c6daa8f28..427821c49 100644 --- a/lib/tasks/full_import.rake +++ b/lib/tasks/full_import.rake @@ -18,7 +18,7 @@ namespace :core do Import.new(Imports::DataProtectionConfirmationImportService, :create_data_protection_confirmations, "dataprotect"), Import.new(Imports::OrganisationRentPeriodImportService, :create_organisation_rent_periods, "rent-period"), Import.new(Imports::LettingsLogsImportService, :create_logs, "logs"), - Import.new(Imports::SalesLogsImportService, :create_logs, "logs"), + #Import.new(Imports::SalesLogsImportService, :create_logs, "logs"), ] import_list.each do |step|